@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400italic,600,700);
@import url('https://fonts.googleapis.com/css?family=Nunito');
@font-face {
  font-family: 'proxima-nova';
  src: url('fonts/Proxima Nova.otf');
}
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../assets/fonts/glyphicons-halflings-regular.eot');
  src: url('../assets/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../assets/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../assets/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'proxima-nova';
  font-size: 14px;
  line-height: 1.6;
  color: #646464;
  background-color: #FFFFFF;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #1EC5B8;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #4ce4d8;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-radius: 4px;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #f3f3f3;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'proxima-nova';
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #a5a5a5;
}
.text-primary {
  color: #1EC5B8;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #17998f;
}
a.text-primary:hover,
a.text-primary:active,
a.text-primary:focus,
button.text-primary:hover,
button.text-primary:active,
button.text-primary:focus {
  color: #1EC5B8;
  opacity: .75;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
a.text-success:hover,
a.text-success:active,
a.text-success:focus,
button.text-success:hover,
button.text-success:active,
button.text-success:focus {
  color: #3c763d;
  opacity: .75;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
a.text-info:hover,
a.text-info:active,
a.text-info:focus,
button.text-info:hover,
button.text-info:active,
button.text-info:focus {
  color: #31708f;
  opacity: .75;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
a.text-warning:hover,
a.text-warning:active,
a.text-warning:focus,
button.text-warning:hover,
button.text-warning:active,
button.text-warning:focus {
  color: #8a6d3b;
  opacity: .75;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
a.text-danger:hover,
a.text-danger:active,
a.text-danger:focus,
button.text-danger:hover,
button.text-danger:active,
button.text-danger:focus {
  color: #a94442;
  opacity: .75;
}
.overview-icon {
  color: #1EC5B8;
}
a.overview-icon:hover,
a.overview-icon:focus {
  color: #17998f;
}
a.overview-icon:hover,
a.overview-icon:active,
a.overview-icon:focus,
button.overview-icon:hover,
button.overview-icon:active,
button.overview-icon:focus {
  color: #1EC5B8;
  opacity: .75;
}
.bg-primary {
  color: #fff;
  background-color: #1EC5B8;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #17998f;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #17998f;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #f3f3f3;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.6;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e6e6e6;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 17.5px;
  border-left: 5px solid #f3f3f3;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  color: #e6e6e6;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f3f3f3;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.6;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 13px;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  color: #999999;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #a5a5a5;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #FFFFFF;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: unset;
  min-height: 0.01%;
}
.table-responsive-scroll-x {
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 21px;
  line-height: inherit;
  color: #999999;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.6;
  color: #ffffff;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #ffffff;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #aaa;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f3f3f3;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: 0px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 36px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-success > label,
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-warning > label,
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-error > label,
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a4a4a4;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: var(--button-text);
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: var(--button-text);
  background-color: #fff;
  border-color: #fff;
}
.btn-default:focus,
.btn-default.focus {
  color: var(--button-text);
  background-color: #e6e6e6;
  border-color: #bfbfbf;
}
.btn-default:hover {
  color: var(--button-text);
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: var(--button-text);
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: var(--button-text);
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #fff;
}
.btn-default .badge {
  color: #fff;
  background-color: var(--button-text);
}
.btn-default:focus,
.btn-default.focus,
.btn-default:hover {
  color: var(--button-text);
  background-color: #ebebeb;
  border-color: #e0e0e0;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: var(--button-text);
  background-color: #d1d1d1;
  border-color: #c7c7c7;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: var(--button-text);
  background-color: #d1d1d1;
  border-color: #c7c7c7;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #fff;
}
.btn-default .badge {
  color: #fff;
  background-color: var(--button-text);
}
.btn-primary {
  color: #fff;
  background-color: #1EC5B8;
  border-color: #1EC5B8;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #17998f;
  border-color: #0d5651;
}
.btn-primary:hover {
  color: #fff;
  background-color: #17998f;
  border-color: #169086;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #17998f;
  border-color: #169086;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #137a72;
  border-color: #0d5651;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #1EC5B8;
  border-color: #1EC5B8;
}
.btn-primary .badge {
  color: #1EC5B8;
  background-color: #fff;
}
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover {
  color: #fff;
  background-color: #19a297;
  border-color: #169086;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #12756e;
  border-color: #0f645d;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #12756e;
  border-color: #0f645d;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #1EC5B8;
  border-color: #1EC5B8;
}
.btn-primary .badge {
  color: #1EC5B8;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #05a64f;
  border-color: #05a64f;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #047437;
  border-color: #012a14;
}
.btn-success:hover {
  color: #fff;
  background-color: #047437;
  border-color: #036b33;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #047437;
  border-color: #036b33;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #025227;
  border-color: #012a14;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #05a64f;
  border-color: #05a64f;
}
.btn-success .badge {
  color: #05a64f;
  background-color: #fff;
}
.btn-success:focus,
.btn-success.focus,
.btn-success:hover {
  color: #fff;
  background-color: #047e3c;
  border-color: #036b33;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #024d25;
  border-color: #02391b;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #024d25;
  border-color: #02391b;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #05a64f;
  border-color: #05a64f;
}
.btn-success .badge {
  color: #05a64f;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #13a7cf;
  border-color: #13a7cf;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #0f81a0;
  border-color: #08495a;
}
.btn-info:hover {
  color: #fff;
  background-color: #0f81a0;
  border-color: #0e7a97;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #0f81a0;
  border-color: #0e7a97;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #0c6780;
  border-color: #08495a;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #13a7cf;
  border-color: #13a7cf;
}
.btn-info .badge {
  color: #13a7cf;
  background-color: #fff;
}
.btn-info:focus,
.btn-info.focus,
.btn-info:hover {
  color: #fff;
  background-color: #1089aa;
  border-color: #0e7a97;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #0b637b;
  border-color: #0a5468;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #0b637b;
  border-color: #0a5468;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #13a7cf;
  border-color: #13a7cf;
}
.btn-info .badge {
  color: #13a7cf;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #ed9700;
  border-color: #ed9700;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ba7700;
  border-color: #6e4600;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ba7700;
  border-color: #b07000;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ba7700;
  border-color: #b07000;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #966000;
  border-color: #6e4600;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ed9700;
  border-color: #ed9700;
}
.btn-warning .badge {
  color: #ed9700;
  background-color: #fff;
}
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:hover {
  color: #fff;
  background-color: #c47d00;
  border-color: #b07000;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #915d00;
  border-color: #7d5000;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #915d00;
  border-color: #7d5000;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ed9700;
  border-color: #ed9700;
}
.btn-warning .badge {
  color: #ed9700;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #cc2424;
  border-color: #cc2424;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #a11c1c;
  border-color: #601111;
}
.btn-danger:hover {
  color: #fff;
  background-color: #a11c1c;
  border-color: #981b1b;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #a11c1c;
  border-color: #981b1b;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #821717;
  border-color: #601111;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #cc2424;
  border-color: #cc2424;
}
.btn-danger .badge {
  color: #cc2424;
  background-color: #fff;
}
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:hover {
  color: #fff;
  background-color: #a91e1e;
  border-color: #981b1b;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #7e1616;
  border-color: #6d1313;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #7e1616;
  border-color: #6d1313;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #cc2424;
  border-color: #cc2424;
}
.btn-danger .badge {
  color: #cc2424;
  background-color: #fff;
}
.btn-link {
  color: #1EC5B8;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #4ce4d8;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #e6e6e6;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -o-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.6;
  color: #999999;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #8c8c8c;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #1EC5B8;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #e6e6e6;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.6;
  color: #e6e6e6;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.nav > li.disabled > a {
  color: #e6e6e6;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #e6e6e6;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: #1EC5B8;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f3f3f3 #f3f3f3 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ffffff;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #FFFFFF;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #1EC5B8;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #FFFFFF;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 34px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
  clear: both;
  width: 100%;
}
.navbar-collapse.collapsing {
  overflow-y: auto;
  clear: both;
  width: 100%;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 6px 15px;
  font-size: 18px;
  line-height: 22px;
  height: 34px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 3px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: -1px;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: -1px;
  margin-bottom: -1px;
}
.navbar-btn.btn-sm {
  margin-top: 2px;
  margin-bottom: 2px;
}
.navbar-btn.btn-xs {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-text {
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #ffffff;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #e6e6e6;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.6;
  text-decoration: none;
  color: #1EC5B8;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #4ce4d8;
  background-color: #f3f3f3;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #1EC5B8;
  border-color: #1EC5B8;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #e6e6e6;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f3f3f3;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #e6e6e6;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #e6e6e6;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #cdcdcd;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #cdcdcd;
}
.label-primary {
  background-color: #1EC5B8;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #17998f;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #17998f;
}
.label-success {
  background-color: #05a64f;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #047437;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #047437;
}
.label-info {
  background-color: #13a7cf;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #0f81a0;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #0f81a0;
}
.label-warning {
  background-color: #ed9700;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ba7700;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ba7700;
}
.label-danger {
  background-color: #cc2424;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #a11c1c;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #a11c1c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #e6e6e6;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #1EC5B8;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f3f3f3;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #dadada;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.6;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-radius: 4px;
  -o-transition: border 0.2s ease-in-out;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #1EC5B8;
}
.thumbnail .caption {
  padding: 9px;
  color: #646464;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #1EC5B8;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -o-transition: width 0.6s ease;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -o-animation: progress-bar-stripes 2s linear infinite;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #05a64f;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #13a7cf;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #ed9700;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #cc2424;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: var(--button-hover-text);
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #f3f3f3;
  color: #e6e6e6;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #e6e6e6;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #1EC5B8;
  border-color: #1EC5B8;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #baf5f0;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #999999;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #999999;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-default > .panel-heading {
  color: #999999;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #999999;
}
.panel-default > .panel-heading a {
  font-weight: 400;
}
.panel-default > .panel-heading a:hover,
.panel-default > .panel-heading a:focus {
  color: #808080;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #1EC5B8;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #1EC5B8;
  border-color: #1EC5B8;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #1EC5B8;
}
.panel-primary > .panel-heading .badge {
  color: #1EC5B8;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #1EC5B8;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #1EC5B8;
  border-color: #1EC5B8;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #1EC5B8;
}
.panel-primary > .panel-heading .badge {
  color: #1EC5B8;
  background-color: #fff;
}
.panel-primary > .panel-heading a {
  font-weight: 400;
}
.panel-primary > .panel-heading a:hover,
.panel-primary > .panel-heading a:focus {
  color: #e6e6e6;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #1EC5B8;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-heading a {
  font-weight: 400;
}
.panel-success > .panel-heading a:hover,
.panel-success > .panel-heading a:focus {
  color: #2b542c;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-heading a {
  font-weight: 400;
}
.panel-info > .panel-heading a:hover,
.panel-info > .panel-heading a:focus {
  color: #245269;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-heading a {
  font-weight: 400;
}
.panel-warning > .panel-heading a:hover,
.panel-warning > .panel-heading a:focus {
  color: #66512c;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-heading a {
  font-weight: 400;
}
.panel-danger > .panel-heading a:hover,
.panel-danger > .panel-heading a:focus {
  color: #843534;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -o-transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.6px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.6;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'proxima-nova';
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'proxima-nova';
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -o-transition: 0.6s ease-in-out left;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translateX(100%) translateY(0) translateZ(0);
    -ms-transform: translateX(100%) translateY(0);
    transform: translateX(100%) translateY(0) translateZ(0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translateX(-100%) translateY(0) translateZ(0);
    -ms-transform: translateX(-100%) translateY(0);
    transform: translateX(-100%) translateY(0) translateZ(0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(0) translateY(0) translateZ(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0) translateZ(0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
body {
  --sidebar-background: white;
  --brand-base: #1ec5b8;
  --sidebar-text: #1ec5b8;
  --button-background: white;
  --button-text: #1ec5b8;
  --button-hover-background: #1ec5b8;
  --button-hover-text: white;
  --brand-lighten: --brand-base;
  --brand-light: --brand-base;
  --button-background-inverse: --button-background;
  --sidebar-background-color: --brand-base;
  --sidebar-hover-background: '#37405C';
}
.loginBody {
  background: #f1f1f1;
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXI3I6Li01BKofiOc5wtlZ2di8HDDshRTM.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXI3I6Li01BKofiOc5wtlZ2di8HDOUhRTM.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshRTM.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXI3I6Li01BKofiOc5wtlZ2di8HDGUmRTM.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXI3I6Li01BKofiOc5wtlZ2di8HDFwmRTM.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXI3I6Li01BKofiOc5wtlZ2di8HDDsmRTM.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXI3I6Li01BKofiOc5wtlZ2di8HDBImRTM.ttf) format('truetype');
}
#loader-wrapper .loader-section {
  position: fixed;
  z-index: 999;
  height: 100%;
  background: white;
  opacity: 1;
  top: 0;
  left: 0;
  width: 100%;
  will-change: opacity;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'proxima-nova';
  font-size: 14px;
  color: #646464;
  background-color: #FFFFFF;
}
.no-focus *:focus {
  outline: 0 !important;
}
a {
  color: #1EC5B8;
  -o-transition: color 0.12s ease-out;
  -webkit-transition: color 0.12s ease-out;
  transition: color 0.12s ease-out;
}
a.link-effect {
  position: relative;
}
a.link-effect:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #4ce4d8;
  visibility: hidden;
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: -moz-transform 0.12s ease-out;
  -o-transition: -o-transform 0.12s ease-out;
  -webkit-transition: -webkit-transform 0.12s ease-out;
  transition: transform 0.12s ease-out;
}
a:hover,
a:focus {
  color: #4ce4d8;
  text-decoration: none;
}
a:hover.link-effect:before,
a:focus.link-effect:before {
  visibility: visible;
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
a:active {
  color: #1EC5B8;
}
a.inactive {
  cursor: not-allowed;
}
a.inactive:focus {
  background-color: transparent !important;
}
a.font-contrast {
  color: #FFFFFF;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  font-family: 'proxima-nova';
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 600;
  font-size: 85%;
  color: #777;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: inherit;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
.page-heading {
  color: #545454;
  font-size: 28px;
  font-weight: 400;
}
.page-heading small {
  margin-top: 5px;
  display: block;
  color: #777;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .page-heading small {
    margin-top: 0;
    display: inline;
    line-height: inherit;
  }
}
.content-heading {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 14px;
  color: #8c8c8c;
  text-transform: uppercase;
}
.content-heading small {
  font-size: 13px;
  font-weight: normal;
  color: #999999;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .content-heading {
    margin-top: 25px;
  }
}
.font-w300 {
  font-weight: 300 !important;
}
.font-w400 {
  font-weight: 400 !important;
}
.font-w600 {
  font-weight: 600 !important;
}
.font-w500 {
  font-weight: 500 !important;
}
.font-w700 {
  font-weight: 700 !important;
}
.font-w800 {
  font-weight: 800 !important;
}
.font-s10 {
  font-size: 10px !important;
}
.font-s12 {
  font-size: 12px !important;
}
.font-s13 {
  font-size: 13px !important;
}
.font-s14 {
  font-size: 14px !important;
}
.font-s16 {
  font-size: 16px !important;
}
.font-s36 {
  font-size: 36px !important;
}
.font-s48 {
  font-size: 48px !important;
}
.font-s64 {
  font-size: 64px !important;
}
.font-s96 {
  font-size: 96px !important;
}
.font-s128 {
  font-size: 128px !important;
}
p {
  line-height: 1.6;
}
p.nice-copy,
.nice-copy p {
  line-height: 1.8;
}
p.nice-copy-story,
.nice-copy-story p {
  line-height: 1.8;
  font-size: 16px;
}
.text-muted {
  color: #999999;
}
a.text-muted:hover,
a.text-muted:focus {
  color: #808080;
}
a.text-muted:hover,
a.text-muted:active,
a.text-muted:focus,
button.text-muted:hover,
button.text-muted:active,
button.text-muted:focus {
  color: #999999;
  opacity: .75;
}
.text-primary {
  color: #1EC5B8;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #17998f;
}
a.text-primary:hover,
a.text-primary:active,
a.text-primary:focus,
button.text-primary:hover,
button.text-primary:active,
button.text-primary:focus {
  color: #1EC5B8;
  opacity: .75;
}
.text-primary-dark {
  color: #3e4a59;
}
a.text-primary-dark:hover,
a.text-primary-dark:focus {
  color: #29313b;
}
a.text-primary-dark:hover,
a.text-primary-dark:active,
a.text-primary-dark:focus,
button.text-primary-dark:hover,
button.text-primary-dark:active,
button.text-primary-dark:focus {
  color: #3e4a59;
  opacity: .75;
}
.text-primary-darker {
  color: #2c343f;
}
a.text-primary-darker:hover,
a.text-primary-darker:focus {
  color: #171b21;
}
a.text-primary-darker:hover,
a.text-primary-darker:active,
a.text-primary-darker:focus,
button.text-primary-darker:hover,
button.text-primary-darker:active,
button.text-primary-darker:focus {
  color: #2c343f;
  opacity: .75;
}
.text-success {
  color: #05a64f;
}
a.text-success:hover,
a.text-success:focus {
  color: #047437;
}
a.text-success:hover,
a.text-success:active,
a.text-success:focus,
button.text-success:hover,
button.text-success:active,
button.text-success:focus {
  color: #05a64f;
  opacity: .75;
}
.text-warning {
  color: #ed9700;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ba7700;
}
a.text-warning:hover,
a.text-warning:active,
a.text-warning:focus,
button.text-warning:hover,
button.text-warning:active,
button.text-warning:focus {
  color: #ed9700;
  opacity: .75;
}
.text-info {
  color: #13a7cf;
}
a.text-info:hover,
a.text-info:focus {
  color: #0f81a0;
}
a.text-info:hover,
a.text-info:active,
a.text-info:focus,
button.text-info:hover,
button.text-info:active,
button.text-info:focus {
  color: #13a7cf;
  opacity: .75;
}
.text-danger {
  color: #cc2424;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #a11c1c;
}
a.text-danger:hover,
a.text-danger:active,
a.text-danger:focus,
button.text-danger:hover,
button.text-danger:active,
button.text-danger:focus {
  color: #cc2424;
  opacity: .75;
}
.text-success-light {
  color: #e0f5e9;
}
a.text-success-light:hover,
a.text-success-light:focus {
  color: #b9e9ce;
}
a.text-success-light:hover,
a.text-success-light:active,
a.text-success-light:focus,
button.text-success-light:hover,
button.text-success-light:active,
button.text-success-light:focus {
  color: #e0f5e9;
  opacity: .75;
}
.text-warning-light {
  color: #fdf3e5;
}
a.text-warning-light:hover,
a.text-warning-light:focus {
  color: #f9ddb6;
}
a.text-warning-light:hover,
a.text-warning-light:active,
a.text-warning-light:focus,
button.text-warning-light:hover,
button.text-warning-light:active,
button.text-warning-light:focus {
  color: #fdf3e5;
  opacity: .75;
}
.text-info-light {
  color: #edf6fd;
}
a.text-info-light:hover,
a.text-info-light:focus {
  color: #bfdff8;
}
a.text-info-light:hover,
a.text-info-light:active,
a.text-info-light:focus,
button.text-info-light:hover,
button.text-info-light:active,
button.text-info-light:focus {
  color: #edf6fd;
  opacity: .75;
}
.text-danger-light {
  color: #f9eae8;
}
a.text-danger-light:hover,
a.text-danger-light:focus {
  color: #eec5c0;
}
a.text-danger-light:hover,
a.text-danger-light:active,
a.text-danger-light:focus,
button.text-danger-light:hover,
button.text-danger-light:active,
button.text-danger-light:focus {
  color: #f9eae8;
  opacity: .75;
}
.text-white {
  color: #fff;
}
a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6;
}
a.text-white:hover,
a.text-white:active,
a.text-white:focus,
button.text-white:hover,
button.text-white:active,
button.text-white:focus {
  color: #fff;
  opacity: .75;
}
.text-white-op {
  color: rgba(255, 255, 255, 0.85);
}
a.text-white-op:hover,
a.text-white-op:focus {
  color: rgba(230, 230, 230, 0.85);
}
a.text-white-op:hover,
a.text-white-op:active,
a.text-white-op:focus,
button.text-white-op:hover,
button.text-white-op:active,
button.text-white-op:focus {
  color: rgba(255, 255, 255, 0.85);
  opacity: .75;
}
.text-black {
  color: #000;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000;
}
a.text-black:hover,
a.text-black:active,
a.text-black:focus,
button.text-black:hover,
button.text-black:active,
button.text-black:focus {
  color: #000;
  opacity: .75;
}
.text-black-op {
  color: rgba(0, 0, 0, 0.5);
}
a.text-black-op:hover,
a.text-black-op:focus {
  color: rgba(0, 0, 0, 0.5);
}
a.text-black-op:hover,
a.text-black-op:active,
a.text-black-op:focus,
button.text-black-op:hover,
button.text-black-op:active,
button.text-black-op:focus {
  color: rgba(0, 0, 0, 0.5);
  opacity: .75;
}
.text-gray {
  color: #c9c9c9;
}
a.text-gray:hover,
a.text-gray:focus {
  color: #b0b0b0;
}
a.text-gray:hover,
a.text-gray:active,
a.text-gray:focus,
button.text-gray:hover,
button.text-gray:active,
button.text-gray:focus {
  color: #c9c9c9;
  opacity: .75;
}
.text-gray-dark {
  color: #999999;
}
a.text-gray-dark:hover,
a.text-gray-dark:focus {
  color: #808080;
}
a.text-gray-dark:hover,
a.text-gray-dark:active,
a.text-gray-dark:focus,
button.text-gray-dark:hover,
button.text-gray-dark:active,
button.text-gray-dark:focus {
  color: #999999;
  opacity: .75;
}
.text-gray-darker {
  color: #393939;
}
a.text-gray-darker:hover,
a.text-gray-darker:focus {
  color: #202020;
}
a.text-gray-darker:hover,
a.text-gray-darker:active,
a.text-gray-darker:focus,
button.text-gray-darker:hover,
button.text-gray-darker:active,
button.text-gray-darker:focus {
  color: #393939;
  opacity: .75;
}
.text-gray-light {
  color: #e6e6e6;
}
a.text-gray-light:hover,
a.text-gray-light:focus {
  color: #cdcdcd;
}
a.text-gray-light:hover,
a.text-gray-light:active,
a.text-gray-light:focus,
button.text-gray-light:hover,
button.text-gray-light:active,
button.text-gray-light:focus {
  color: #e6e6e6;
  opacity: .75;
}
.text-gray-lighter {
  color: #f3f3f3;
}
a.text-gray-lighter:hover,
a.text-gray-lighter:focus {
  color: #dadada;
}
a.text-gray-lighter:hover,
a.text-gray-lighter:active,
a.text-gray-lighter:focus,
button.text-gray-lighter:hover,
button.text-gray-lighter:active,
button.text-gray-lighter:focus {
  color: #f3f3f3;
  opacity: .75;
}
.bg-muted {
  background-color: #999999;
}
a.bg-muted:hover,
a.bg-muted:focus {
  background-color: #808080;
}
a.bg-muted:hover,
a.bg-muted:focus {
  background-color: #808080;
}
.bg-primary {
  background-color: #1EC5B8;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #17998f;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #17998f;
}
.bg-primary-op {
  background-color: rgba(30, 197, 184, 0.75);
}
a.bg-primary-op:hover,
a.bg-primary-op:focus {
  background-color: rgba(23, 153, 143, 0.75);
}
a.bg-primary-op:hover,
a.bg-primary-op:focus {
  background-color: rgba(23, 153, 143, 0.75);
}
.bg-primary-dark {
  background-color: #3e4a59;
}
a.bg-primary-dark:hover,
a.bg-primary-dark:focus {
  background-color: #29313b;
}
a.bg-primary-dark:hover,
a.bg-primary-dark:focus {
  background-color: #29313b;
}
.bg-primary-dark-op {
  background-color: rgba(62, 74, 89, 0.83);
}
a.bg-primary-dark-op:hover,
a.bg-primary-dark-op:focus {
  background-color: rgba(41, 49, 59, 0.83);
}
a.bg-primary-dark-op:hover,
a.bg-primary-dark-op:focus {
  background-color: rgba(41, 49, 59, 0.83);
}
.bg-primary-darker {
  background-color: #2c343f;
}
a.bg-primary-darker:hover,
a.bg-primary-darker:focus {
  background-color: #171b21;
}
a.bg-primary-darker:hover,
a.bg-primary-darker:focus {
  background-color: #171b21;
}
.bg-success {
  background-color: #05a64f;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #047437;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #047437;
}
.bg-warning {
  background-color: #ed9700;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #ba7700;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #ba7700;
}
.bg-info {
  background-color: #13a7cf;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #0f81a0;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #0f81a0;
}
.bg-danger {
  background-color: #cc2424;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #a11c1c;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #a11c1c;
}
.bg-success-light {
  background-color: #e0f5e9;
}
a.bg-success-light:hover,
a.bg-success-light:focus {
  background-color: #b9e9ce;
}
a.bg-success-light:hover,
a.bg-success-light:focus {
  background-color: #b9e9ce;
}
.bg-warning-light {
  background-color: #fdf3e5;
}
a.bg-warning-light:hover,
a.bg-warning-light:focus {
  background-color: #f9ddb6;
}
a.bg-warning-light:hover,
a.bg-warning-light:focus {
  background-color: #f9ddb6;
}
.bg-info-light {
  background-color: #edf6fd;
}
a.bg-info-light:hover,
a.bg-info-light:focus {
  background-color: #bfdff8;
}
a.bg-info-light:hover,
a.bg-info-light:focus {
  background-color: #bfdff8;
}
.bg-danger-light {
  background-color: #f9eae8;
}
a.bg-danger-light:hover,
a.bg-danger-light:focus {
  background-color: #eec5c0;
}
a.bg-danger-light:hover,
a.bg-danger-light:focus {
  background-color: #eec5c0;
}
.bg-white {
  background-color: #fff;
}
a.bg-white:hover,
a.bg-white:focus {
  background-color: #e6e6e6;
}
a.bg-white:hover,
a.bg-white:focus {
  background-color: #e6e6e6;
}
.bg-white-op {
  background-color: rgba(255, 255, 255, 0.075);
}
.bg-black {
  background-color: #000;
}
a.bg-black:hover,
a.bg-black:focus {
  background-color: #000000;
}
a.bg-black:hover,
a.bg-black:focus {
  background-color: #000000;
}
.bg-black-op {
  background-color: rgba(0, 0, 0, 0.4);
}
.bg-gray {
  background-color: #c9c9c9;
}
a.bg-gray:hover,
a.bg-gray:focus {
  background-color: #b0b0b0;
}
a.bg-gray:hover,
a.bg-gray:focus {
  background-color: #b0b0b0;
}
.bg-gray-dark {
  background-color: #999999;
}
a.bg-gray-dark:hover,
a.bg-gray-dark:focus {
  background-color: #808080;
}
a.bg-gray-dark:hover,
a.bg-gray-dark:focus {
  background-color: #808080;
}
.bg-gray-darker {
  background-color: #393939;
}
a.bg-gray-darker:hover,
a.bg-gray-darker:focus {
  background-color: #202020;
}
a.bg-gray-darker:hover,
a.bg-gray-darker:focus {
  background-color: #202020;
}
.bg-gray-light {
  background-color: #e6e6e6;
}
a.bg-gray-light:hover,
a.bg-gray-light:focus {
  background-color: #cdcdcd;
}
a.bg-gray-light:hover,
a.bg-gray-light:focus {
  background-color: #cdcdcd;
}
.bg-gray-lighter {
  background-color: #f3f3f3;
}
a.bg-gray-lighter:hover,
a.bg-gray-lighter:focus {
  background-color: #dadada;
}
a.bg-gray-lighter:hover,
a.bg-gray-lighter:focus {
  background-color: #dadada;
}
.btn {
  font-weight: 600;
  border-radius: 2px;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-square {
  border-radius: 0;
}
.btn.btn-rounded {
  border-radius: 20px;
}
.btn.btn-minw {
  min-width: 110px;
}
.btn.btn-noborder {
  border: none !important;
}
.btn.btn-image {
  position: relative;
  padding-left: 40px;
}
.btn.btn-image > img {
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 3px;
}
.btn > i.pull-left {
  margin-top: 3px;
  margin-right: 5px;
}
.btn > i.pull-right {
  margin-top: 3px;
  margin-left: 5px;
}
.btn-link,
.btn-link:hover,
.btn-link:focus {
  text-decoration: none;
  color: #3e4a59;
}
.btn-default {
  color: #545454;
  background-color: #f5f5f5;
  border-color: #e9e9e9;
}
.btn-default:focus,
.btn-default.focus {
  color: #545454;
  background-color: #dcdcdc;
  border-color: #a9a9a9;
}
.btn-default:hover {
  color: #545454;
  background-color: #dcdcdc;
  border-color: #cacaca;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #545454;
  background-color: #dcdcdc;
  border-color: #cacaca;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #545454;
  background-color: #cacaca;
  border-color: #a9a9a9;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #f5f5f5;
  border-color: #e9e9e9;
}
.btn-default .badge {
  color: #f5f5f5;
  background-color: #545454;
}
.btn-default:focus,
.btn-default.focus,
.btn-default:hover {
  color: #545454;
  background-color: #e1e1e1;
  border-color: #cacaca;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #545454;
  background-color: #c7c7c7;
  border-color: #b1b1b1;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #545454;
  background-color: #c7c7c7;
  border-color: #b1b1b1;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #f5f5f5;
  border-color: #e9e9e9;
}
.btn-default .badge {
  color: #f5f5f5;
  background-color: #545454;
}
.btn-primary {
  color: #fff;
  background-color: #1EC5B8;
  border-color: #17998f;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #17998f;
  border-color: #062a27;
}
.btn-primary:hover {
  color: #fff;
  background-color: #17998f;
  border-color: #0f645d;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #17998f;
  border-color: #0f645d;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #137a72;
  border-color: #062a27;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #1EC5B8;
  border-color: #17998f;
}
.btn-primary .badge {
  color: #1EC5B8;
  background-color: #fff;
}
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover {
  color: #fff;
  background-color: #19a297;
  border-color: #0f645d;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #12756e;
  border-color: #083734;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #12756e;
  border-color: #083734;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #1EC5B8;
  border-color: #17998f;
}
.btn-primary .badge {
  color: #1EC5B8;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #05a64f;
  border-color: #047437;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #047437;
  border-color: #000000;
}
.btn-success:hover {
  color: #fff;
  background-color: #047437;
  border-color: #02391b;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #047437;
  border-color: #02391b;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #025227;
  border-color: #000000;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #05a64f;
  border-color: #047437;
}
.btn-success .badge {
  color: #05a64f;
  background-color: #fff;
}
.btn-success:focus,
.btn-success.focus,
.btn-success:hover {
  color: #fff;
  background-color: #047e3c;
  border-color: #02391b;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #024d25;
  border-color: #000804;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #024d25;
  border-color: #000804;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #05a64f;
  border-color: #047437;
}
.btn-success .badge {
  color: #05a64f;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #13a7cf;
  border-color: #0f81a0;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #0f81a0;
  border-color: #04232c;
}
.btn-info:hover {
  color: #fff;
  background-color: #0f81a0;
  border-color: #0a5468;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #0f81a0;
  border-color: #0a5468;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #0c6780;
  border-color: #04232c;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #13a7cf;
  border-color: #0f81a0;
}
.btn-info .badge {
  color: #13a7cf;
  background-color: #fff;
}
.btn-info:focus,
.btn-info.focus,
.btn-info:hover {
  color: #fff;
  background-color: #1089aa;
  border-color: #0a5468;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #0b637b;
  border-color: #052e3a;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #0b637b;
  border-color: #052e3a;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #13a7cf;
  border-color: #0f81a0;
}
.btn-info .badge {
  color: #13a7cf;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #ed9700;
  border-color: #ba7700;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ba7700;
  border-color: #3b2500;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ba7700;
  border-color: #7d5000;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ba7700;
  border-color: #7d5000;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #966000;
  border-color: #3b2500;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ed9700;
  border-color: #ba7700;
}
.btn-warning .badge {
  color: #ed9700;
  background-color: #fff;
}
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:hover {
  color: #fff;
  background-color: #c47d00;
  border-color: #7d5000;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #915d00;
  border-color: #4a2f00;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #915d00;
  border-color: #4a2f00;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ed9700;
  border-color: #ba7700;
}
.btn-warning .badge {
  color: #ed9700;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #cc2424;
  border-color: #a11c1c;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #a11c1c;
  border-color: #340909;
}
.btn-danger:hover {
  color: #fff;
  background-color: #a11c1c;
  border-color: #6d1313;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #a11c1c;
  border-color: #6d1313;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #821717;
  border-color: #340909;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #cc2424;
  border-color: #a11c1c;
}
.btn-danger .badge {
  color: #cc2424;
  background-color: #fff;
}
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:hover {
  color: #fff;
  background-color: #a91e1e;
  border-color: #6d1313;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #7e1616;
  border-color: #410c0c;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #7e1616;
  border-color: #410c0c;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #cc2424;
  border-color: #a11c1c;
}
.btn-danger .badge {
  color: #cc2424;
  background-color: #fff;
}
label {
  font-size: 13px;
  font-weight: 600;
}
.form-control {
  color: #646464;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.form-control::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #aaa;
}
.form-control::-webkit-input-placeholder {
  color: #aaa;
}
.form-control::-moz-placeholder {
  color: #aaa;
}
.form-control:-ms-input-placeholder {
  color: #aaa;
}
.form-control::-webkit-input-placeholder {
  color: #aaa;
}
.form-control:focus {
  border-color: #ccc;
  background-color: #fcfcfc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
textarea.form-control {
  max-width: 100%;
}
input[type="text"] .form-control,
input[type="password"] .form-control,
input[type="email"] .form-control,
textarea.form-control {
  -webkit-appearance: none;
}
.form-control.input-sm {
  border-radius: 3px;
}
.form-control.input-lg {
  font-size: 14px;
  border-radius: 3px;
}
.input-group-lg .form-control {
  font-size: 14px;
}
.form-group {
  margin-bottom: 20px;
}
.form-bordered .form-group {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.form-bordered .form-group.form-actions {
  border-bottom: none;
}
.help-block {
  margin-top: 5px;
  margin-bottom: 0;
  font-style: italic;
  font-size: 13px;
  color: #a4a4a4;
}
.text-hint {
  font-size: 12px;
  font-style: italic;
  color: #a4a4a4;
  text-transform: lowercase;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #05a64f;
}
.has-success .form-control {
  border-color: #05a64f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #047437;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #19f87f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #19f87f;
}
.has-success .input-group-addon {
  color: #05a64f;
  border-color: #05a64f;
  background-color: #fff;
}
.has-success .form-control-feedback {
  color: #05a64f;
}
.has-success > label,
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #05a64f;
}
.has-success .form-control {
  border-color: #05a64f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .form-control:focus {
  border-color: #047437;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .input-group-addon {
  color: #05a64f;
  border-color: #05a64f;
  background-color: #fff;
}
.has-success .form-control-feedback {
  color: #05a64f;
}
.has-info .help-block,
.has-info .control-label,
.has-info .radio,
.has-info .checkbox,
.has-info .radio-inline,
.has-info .checkbox-inline,
.has-info.radio label,
.has-info.checkbox label,
.has-info.radio-inline label,
.has-info.checkbox-inline label {
  color: #13a7cf;
}
.has-info .form-control {
  border-color: #13a7cf;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-info .form-control:focus {
  border-color: #0f81a0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #58cff0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #58cff0;
}
.has-info .input-group-addon {
  color: #13a7cf;
  border-color: #13a7cf;
  background-color: #fff;
}
.has-info .form-control-feedback {
  color: #13a7cf;
}
.has-info > label,
.has-info .help-block,
.has-info .control-label,
.has-info .radio,
.has-info .checkbox,
.has-info .radio-inline,
.has-info .checkbox-inline,
.has-info.radio label,
.has-info.checkbox label,
.has-info.radio-inline label,
.has-info.checkbox-inline label {
  color: #13a7cf;
}
.has-info .form-control {
  border-color: #13a7cf;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-info .form-control:focus {
  border-color: #0f81a0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-info .input-group-addon {
  color: #13a7cf;
  border-color: #13a7cf;
  background-color: #fff;
}
.has-info .form-control-feedback {
  color: #13a7cf;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #ed9700;
}
.has-warning .form-control {
  border-color: #ed9700;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #ba7700;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc154;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc154;
}
.has-warning .input-group-addon {
  color: #ed9700;
  border-color: #ed9700;
  background-color: #fff;
}
.has-warning .form-control-feedback {
  color: #ed9700;
}
.has-warning > label,
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #ed9700;
}
.has-warning .form-control {
  border-color: #ed9700;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .form-control:focus {
  border-color: #ba7700;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .input-group-addon {
  color: #ed9700;
  border-color: #ed9700;
  background-color: #fff;
}
.has-warning .form-control-feedback {
  color: #ed9700;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #cc2424;
}
.has-error .form-control {
  border-color: #cc2424;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #a11c1c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e67070;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e67070;
}
.has-error .input-group-addon {
  color: #cc2424;
  border-color: #cc2424;
  background-color: #fff;
}
.has-error .form-control-feedback {
  color: #cc2424;
}
.has-error > label,
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #cc2424;
}
.has-error .form-control {
  border-color: #cc2424;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control:focus {
  border-color: #a11c1c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .input-group-addon {
  color: #cc2424;
  border-color: #cc2424;
  background-color: #fff;
}
.has-error .form-control-feedback {
  color: #cc2424;
}
.input-group-addon {
  color: #646464;
  background-color: #f9f9f9;
  border-color: #e6e6e6;
  border-radius: 3px;
}
.input-group-addon.input-sm,
.input-group-addon.input-lg {
  border-radius: 3px;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  border-radius: 3px;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.label-primary {
  background-color: #1EC5B8;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #17998f;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #17998f;
}
.label-success {
  background-color: #05a64f;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #047437;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #047437;
}
.label-info {
  background-color: #13a7cf;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #0f81a0;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #0f81a0;
}
.label-warning {
  background-color: #ed9700;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ba7700;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ba7700;
}
.label-danger {
  background-color: #cc2424;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #a11c1c;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #a11c1c;
}
.badge-primary {
  background-color: #1EC5B8;
}
.badge-success {
  background-color: #05a64f;
}
.badge-info {
  background-color: #13a7cf;
}
.badge-warning {
  background-color: #ed9700;
}
.badge-danger {
  background-color: #cc2424;
}
.alert {
  padding-bottom: 10px;
  border-radius: 2px;
  border: none;
}
.alert p {
  margin-bottom: 5px !important;
}
.alert-success {
  background-color: #e0f5e9;
  color: #047437;
  -webkit-box-shadow: 0 2px #cdefdb;
  box-shadow: 0 2px #cdefdb;
}
.alert-success hr {
  border-top-color: #cdefdb;
}
.alert-success .alert-link {
  color: #024320;
}
.alert-info {
  background-color: #edf6fd;
  color: #0f81a0;
  -webkit-box-shadow: 0 2px #d6ebfa;
  box-shadow: 0 2px #d6ebfa;
}
.alert-info hr {
  border-top-color: #d6ebfa;
}
.alert-info .alert-link {
  color: #0a5c72;
}
.alert-warning {
  background-color: #fdf3e5;
  color: #ba7700;
  -webkit-box-shadow: 0 2px #fbe8cd;
  box-shadow: 0 2px #fbe8cd;
}
.alert-warning hr {
  border-top-color: #fbe8cd;
}
.alert-warning .alert-link {
  color: #875600;
}
.alert-danger {
  background-color: #f9eae8;
  color: #a11c1c;
  -webkit-box-shadow: 0 2px #f4d8d4;
  box-shadow: 0 2px #f4d8d4;
}
.alert-danger hr {
  border-top-color: #f4d8d4;
}
.alert-danger .alert-link {
  color: #751515;
}
.progress {
  height: 24px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress.progress-mini {
  height: 5px;
}
.progress.progress-mini .progress-bar {
  line-height: 5px;
}
.progress-bar {
  line-height: 24px;
  font-weight: 600;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar-primary {
  background-color: #1EC5B8;
}
.progress-bar-success {
  background-color: #05a64f;
}
.progress-bar-info {
  background-color: #13a7cf;
}
.progress-bar-warning {
  background-color: #ed9700;
}
.progress-bar-danger {
  background-color: #cc2424;
}
.nav-pills > li > a {
  font-weight: 600;
  color: #646464;
  border-radius: 3px;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  color: #646464;
  background-color: #f3f3f3;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #1EC5B8;
}
.nav-pills > li.active > a > .badge {
  color: #1EC5B8;
}
.pagination {
  border-radius: 0;
}
.pagination > li {
  display: block;
  float: left;
  margin: 0 0 5px 5px;
}
.pagination > li > a,
.pagination > li > span {
  display: block;
  float: none;
  margin: 0;
  padding-right: 8px;
  padding-left: 8px;
  color: #646464;
  font-weight: 600;
  border: none;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #1EC5B8;
  background-color: transparent;
  -webkit-box-shadow: 0 2px #1EC5B8;
  box-shadow: 0 2px #1EC5B8;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #1EC5B8;
  background-color: #f3f3f3;
  -webkit-box-shadow: 0 2px #1EC5B8;
  box-shadow: 0 2px #1EC5B8;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #c9c9c9;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pager li > a,
.pager li > span {
  padding: 6px 14px;
  font-weight: 600;
  color: #646464;
  border: 1px solid #eee;
  border-radius: 3px;
}
.pager li > a:hover,
.pager li > a:focus {
  color: #1EC5B8;
  background-color: #f3f3f3;
}
.pager li.disabled > span,
.pager li.disabled > span:hover,
.pager li.disabled > span:focus,
.pager li.disabled > a,
.pager li.disabled > a:hover,
.pager li.disabled > a:focus {
  color: #c9c9c9;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.list-group-item {
  padding: 10px 15px;
  border-color: #eee;
}
a.list-group-item {
  font-weight: 600;
  color: #646464;
}
a.list-group-item:hover,
a.list-group-item:focus {
  color: #1EC5B8;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #1EC5B8;
  border-color: #1EC5B8;
}
.list-group-item.active > .badge {
  color: #1EC5B8;
}
.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #999999;
  background-color: transparent;
}
.breadcrumb > li + li:before {
  display: inline-block;
  padding: 0;
  font-family: "FontAwesome";
  color: rgba(0, 0, 0, 0.5);
  content: "\f105";
  width: 20px;
  text-align: center;
}
.tooltip-inner {
  padding: 6px 8px;
  background-color: #2c343f;
  border-radius: 0;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #2c343f;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #2c343f;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #2c343f;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #2c343f;
}
.popover {
  border-color: #ddd;
  border-radius: 2px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.popover-title {
  padding: 10px 10px 1px;
  font-family: 'proxima-nova';
  background-color: #fff;
  border-bottom: none;
  border-radius: 1px 1px 0 0;
}
.popover-content {
  padding: 10px;
}
.dropdown-menu {
  min-width: 180px;
  padding: 5px 0;
  border-color: #ddd;
  border-radius: 2px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.dropdown-menu > li > a {
  padding: 7px 12px;
}
.dropdown-menu > li > a:hover {
  background-color: #f9f9f9;
}
.dropdown-menu > li > a i.pull-right,
.dropdown-menu > li > a .badge.pull-right {
  right: 0;
  margin-top: 3px;
  margin-left: 10px;
}
.dropdown-menu > li > a i.pull-left,
.dropdown-menu > li > a .badge.pull-left {
  left: 0;
  margin-top: 3px;
  margin-right: 10px;
}
.dropdown-menu > li > a .badge.pull-right {
  margin-top: 1px;
}
.dropdown-menu > li > a .badge.pull-left {
  margin-top: 1px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #545454;
  background-color: #f0f0f0;
}
.dropdown-header {
  padding: 5px 12px 4px;
  font-weight: 600;
  color: #999999;
  text-transform: uppercase;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 12px 10px;
  border-top: 1px solid #f0f0f0;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  padding: 16px 10px 12px;
  font-family: 'proxima-nova';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.table > thead > tr > th {
  border-bottom: 1px solid #ddd;
}
.table > tbody + tbody {
  border-top: 1px solid #ddd;
}
.table > thead > tr > td.selected,
.table > tbody > tr > td.seelected,
.table > tfoot > tr > td.selected,
.table > thead > tr > th.selected,
.table > tbody > tr > th.selected,
.table > tfoot > tr > th.selected,
.table > thead > tr.selected > td,
.table > tbody > tr.selected > td,
.table > tfoot > tr.selected > td,
.table > thead > tr.selected > th,
.table > tbody > tr.selected > th,
.table > tfoot > tr.selected > th {
  background-color: #f1f9c8;
}
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 6px 8px;
}
.table-bordered {
  border: 1px solid #e9e9e9;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #f0f0f0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
  border-bottom-color: #e9e9e9;
}
.table-borderless {
  border: none;
}
.table-borderless > thead > tr > th,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > tbody > tr > td,
.table-borderless > tfoot > tr > td {
  border: none;
}
.table-borderless > thead > tr > th,
.table-borderless > thead > tr > td {
  border-bottom: 1px solid #ddd;
}
.table-vcenter > thead > tr > th,
.table-vcenter > tbody > tr > th,
.table-vcenter > tfoot > tr > th,
.table-vcenter > thead > tr > td,
.table-vcenter > tbody > tr > td,
.table-vcenter > tfoot > tr > td {
  vertical-align: middle;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table-header-bg > thead > tr > th,
.table-header-bg > thead > tr > td {
  color: #fff;
  background-color: #1EC5B8;
  border-bottom-color: #1EC5B8;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #ececec;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #ececec;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #e0f5e9;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #cdefdb;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #e0f5e9;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #cdefdb;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #edf6fd;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #d6ebfa;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #edf6fd;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #d6ebfa;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fdf3e5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #fbe8cd;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fdf3e5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #fbe8cd;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f9eae8;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #f4d8d4;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f9eae8;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #f4d8d4;
}
.table-responsive {
  -webkit-overflow-scrolling: touch;
}
.js-table-checkable tbody tr,
.js-table-sections-header > tr {
  cursor: pointer;
}
.js-table-sections-header > tr > td:first-child > i {
  -moz-transition: -moz-transform 0.15s ease-out;
  -o-transition: -o-transform 0.15s ease-out;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
}
.js-table-sections-header + tbody {
  display: none;
}
.js-table-sections-header.open > tr {
  background-color: #f9f9f9;
}
.js-table-sections-header.open > tr > td:first-child > i {
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.js-table-sections-header.open + tbody {
  display: table-row-group;
}
.modal.fade .modal-dialog {
  -o-transition: all 0.12s ease-out;
  -webkit-transition: all 0.12s ease-out;
  transition: all 0.12s ease-out;
}
.modal.fade .modal-dialog.modal-dialog-popin {
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.modal.fade .modal-dialog.modal-dialog-popout {
  -o-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.modal.fade .modal-dialog.modal-dialog-slideup {
  -o-transform: translate(0, 10%);
  -webkit-transform: translate(0, 10%);
  -ms-transform: translate(0, 10%);
  transform: translate(0, 10%);
}
.modal.fade .modal-dialog.modal-dialog-slideright {
  -o-transform: translate(-10%, 0);
  -webkit-transform: translate(-10%, 0);
  -ms-transform: translate(-10%, 0);
  transform: translate(-10%, 0);
}
.modal.fade .modal-dialog.modal-dialog-slideleft {
  -o-transform: translate(10%, 0);
  -webkit-transform: translate(10%, 0);
  -ms-transform: translate(10%, 0);
  transform: translate(10%, 0);
}
.modal.fade .modal-dialog.modal-dialog-fromright {
  -webkit-transform: translateX(25%) rotate(10deg) scale(0.9);
  -ms-transform: translateX(25%) rotate(10deg) scale(0.9);
  transform: translateX(25%) rotate(10deg) scale(0.9);
}
.modal.fade .modal-dialog.modal-dialog-fromleft {
  -webkit-transform: translateX(-25%) rotate(-10deg) scale(0.9);
  -ms-transform: translateX(-25%) rotate(-10deg) scale(0.9);
  transform: translateX(-25%) rotate(-10deg) scale(0.9);
}
.modal.in .modal-dialog.modal-dialog-popin,
.modal.in .modal-dialog.modal-dialog-popout {
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.modal.in .modal-dialog.modal-dialog-slideup,
.modal.in .modal-dialog.modal-dialog-slideright,
.modal.in .modal-dialog.modal-dialog-slideleft {
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal.in .modal-dialog.modal-dialog-fromright,
.modal.in .modal-dialog.modal-dialog-fromleft {
  -webkit-transform: translateX(0) rotate(0) scale(1);
  -ms-transform: translateX(0) rotate(0) scale(1);
  transform: translateX(0) rotate(0) scale(1);
}
.modal-dialog.modal-dialog-top {
  margin-top: 0;
  padding: 0 !important;
}
.modal-dialog.modal-dialog-top .modal-content {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.modal-content {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-backdrop.in {
  opacity: .25;
}
.modal-header {
  padding: 18px 20px;
  border-bottom-color: #eee;
}
.modal-body {
  padding: 20px;
}
.modal-footer {
  padding: 12px 20px;
  border-top-color: #eee;
}
.modal-title {
  font-weight: normal;
}
.fade.fade-up {
  opacity: 0;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}
.fade.fade-up.in {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.fade.fade-right {
  opacity: 0;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}
.fade.fade-right.in {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.fade.fade-left {
  opacity: 0;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}
.fade.fade-left.in {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.panel {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-group .panel {
  border-radius: 3px;
}
.panel-group .panel + .panel {
  margin-top: 10px;
}
.panel-default {
  border-color: #f0f0f0;
}
.panel-default > .panel-heading {
  color: #646464;
  background-color: #f9f9f9;
  border-color: #f0f0f0;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f0f0f0;
}
.panel-default > .panel-heading .badge {
  color: #f9f9f9;
  background-color: #646464;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f0f0f0;
}
.panel-default > .panel-heading {
  color: #646464;
  background-color: #f9f9f9;
  border-color: #f0f0f0;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f0f0f0;
}
.panel-default > .panel-heading .badge {
  color: #f9f9f9;
  background-color: #646464;
}
.panel-default > .panel-heading a {
  font-weight: 400;
}
.panel-default > .panel-heading a:hover,
.panel-default > .panel-heading a:focus {
  color: #4a4a4a;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f0f0f0;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}
.tooltip {
  min-width: 100px;
  width: auto !important;
  max-width: 200px;
}
.btn-toolbar {
  background-color: #FFFFFF;
}
md-toast {
  z-index: 1190;
}
[flex="0"] {
  display: none;
}
.col-0,
.col-sm-0,
.col-lg-0,
.col-md-0 {
  display: none;
}
mg-container,
mg-navbar {
  display: block;
}
md-input-container label,
md-input-container .md-placeholder {
  color: #545454;
  font-weight: 400;
}
.md-autocomplete-suggestions,
.md-select-menu-container {
  z-index: 1100;
}
.md-virtual-repeat-container.md-autocomplete-suggestions-container {
  z-index: 1100;
}
md-dialog md-dialog-content {
  overflow: visible;
}
md-input-container label,
md-input-container .md-placeholder {
  color: #DAD8D8;
}
/*
md-input-container:not(.md-input-invalid).md-input-focused .md-input {
	border-color:
}
*/
body {
  font-size: 14px;
}
.nav-main a {
  color: #37405c;
}
.nav-sub {
  position: relative;
}
.nav-main ul a {
  color: #37405c;
  font-size: 14px;
}
.page-heading small {
  color: #222222;
}
.input-height-auto {
  height: auto !important;
}
md-chips-wrap {
  font-size: 14px !important;
}
md-icon {
  min-height: 14px !important;
  min-width: 14px !important;
  height: 14px;
}
md-list-item.md-2-line {
  min-height: 0px !important;
}
md-menu-content .md-button {
  display: block;
}
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../assets/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../assets/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../assets/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../assets/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../assets/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../assets/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-apple {
  color: #acacad;
}
.fa-android {
  color: #a4c639;
}
@font-face {
  font-family: Simple-Line-Icons;
  src: url(../assets/fonts/Simple-Line-Icons.eot);
  src: url(../assets/fonts/Simple-Line-Icons.eot?#iefix) format('embedded-opentype'), url(../assets/fonts/Simple-Line-Icons.woff) format('woff'), url(../assets/fonts/Simple-Line-Icons.ttf) format('truetype'), url(../assets/fonts/Simple-Line-Icons.svg#Simple-Line-Icons) format('svg');
  font-weight: 400;
  font-style: normal;
}
.si {
  font-family: Simple-Line-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.btn .si {
  position: relative;
  bottom: -2px;
  display: inline-block;
}
.si-user-female:before {
  content: "\e000";
}
.si-user-follow:before {
  content: "\e002";
}
.si-user-following:before {
  content: "\e003";
}
.si-user-unfollow:before {
  content: "\e004";
}
.si-trophy:before {
  content: "\e006";
}
.si-screen-smartphone:before {
  content: "\e010";
}
.si-screen-desktop:before {
  content: "\e011";
}
.si-plane:before {
  content: "\e012";
}
.si-notebook:before {
  content: "\e013";
}
.si-moustache:before {
  content: "\e014";
}
.si-mouse:before {
  content: "\e015";
}
.si-magnet:before {
  content: "\e016";
}
.si-energy:before {
  content: "\e020";
}
.si-emoticon-smile:before {
  content: "\e021";
}
.si-disc:before {
  content: "\e022";
}
.si-cursor-move:before {
  content: "\e023";
}
.si-crop:before {
  content: "\e024";
}
.si-credit-card:before {
  content: "\e025";
}
.si-chemistry:before {
  content: "\e026";
}
.si-user:before {
  content: "\e005";
}
.si-speedometer:before {
  content: "\e007";
}
.si-social-youtube:before {
  content: "\e008";
}
.si-social-twitter:before {
  content: "\e009";
}
.si-social-tumblr:before {
  content: "\e00a";
}
.si-social-facebook:before {
  content: "\e00b";
}
.si-social-dropbox:before {
  content: "\e00c";
}
.si-social-dribbble:before {
  content: "\e00d";
}
.si-shield:before {
  content: "\e00e";
}
.si-screen-tablet:before {
  content: "\e00f";
}
.si-magic-wand:before {
  content: "\e017";
}
.si-hourglass:before {
  content: "\e018";
}
.si-graduation:before {
  content: "\e019";
}
.si-ghost:before {
  content: "\e01a";
}
.si-game-controller:before {
  content: "\e01b";
}
.si-fire:before {
  content: "\e01c";
}
.si-eyeglasses:before {
  content: "\e01d";
}
.si-envelope-open:before {
  content: "\e01e";
}
.si-envelope-letter:before {
  content: "\e01f";
}
.si-bell:before {
  content: "\e027";
}
.si-badge:before {
  content: "\e028";
}
.si-anchor:before {
  content: "\e029";
}
.si-wallet:before {
  content: "\e02a";
}
.si-vector:before {
  content: "\e02b";
}
.si-speech:before {
  content: "\e02c";
}
.si-puzzle:before {
  content: "\e02d";
}
.si-printer:before {
  content: "\e02e";
}
.si-present:before {
  content: "\e02f";
}
.si-playlist:before {
  content: "\e030";
}
.si-pin:before {
  content: "\e031";
}
.si-picture:before {
  content: "\e032";
}
.si-map:before {
  content: "\e033";
}
.si-layers:before {
  content: "\e034";
}
.si-handbag:before {
  content: "\e035";
}
.si-globe-alt:before {
  content: "\e036";
}
.si-globe:before {
  content: "\e037";
}
.si-frame:before {
  content: "\e038";
}
.si-folder-alt:before {
  content: "\e039";
}
.si-film:before {
  content: "\e03a";
}
.si-feed:before {
  content: "\e03b";
}
.si-earphones-alt:before {
  content: "\e03c";
}
.si-earphones:before {
  content: "\e03d";
}
.si-drop:before {
  content: "\e03e";
}
.si-drawer:before {
  content: "\e03f";
}
.si-docs:before {
  content: "\e040";
}
.si-bulk:before {
  content: "\e018";
}
.si-directions:before {
  content: "\e041";
}
.si-direction:before {
  content: "\e042";
}
.si-diamond:before {
  content: "\e043";
}
.si-cup:before {
  content: "\e044";
}
.si-compass:before {
  content: "\e045";
}
.si-call-out:before {
  content: "\e046";
}
.si-call-in:before {
  content: "\e047";
}
.si-call-end:before {
  content: "\e048";
}
.si-calculator:before {
  content: "\e049";
}
.si-bubbles:before {
  content: "\e04a";
}
.si-briefcase:before {
  content: "\e04b";
}
.si-book-open:before {
  content: "\e04c";
}
.si-basket-loaded:before {
  content: "\e04d";
}
.si-basket:before {
  content: "\e04e";
}
.si-bag:before {
  content: "\e04f";
}
.si-action-undo:before {
  content: "\e050";
}
.si-action-redo:before {
  content: "\e051";
}
.si-wrench:before {
  content: "\e052";
}
.si-umbrella:before {
  content: "\e053";
}
.si-trash:before {
  content: "\e054";
}
.si-tag:before {
  content: "\e055";
}
.si-support:before {
  content: "\e056";
}
.si-size-fullscreen:before {
  content: "\e057";
}
.si-size-actual:before {
  content: "\e058";
}
.si-shuffle:before {
  content: "\e059";
}
.si-share-alt:before {
  content: "\e05a";
}
.si-share:before {
  content: "\e05b";
}
.si-rocket:before {
  content: "\e05c";
}
.si-question:before {
  content: "\e05d";
}
.si-pie-chart:before {
  content: "\e05e";
}
.si-pencil:before {
  content: "\e05f";
}
.si-note:before {
  content: "\e060";
}
.si-music-tone-alt:before {
  content: "\e061";
}
.si-music-tone:before {
  content: "\e062";
}
.si-microphone:before {
  content: "\e063";
}
.si-loop:before {
  content: "\e064";
}
.si-logout:before {
  content: "\e065";
}
.si-login:before {
  content: "\e066";
}
.si-list:before {
  content: "\e067";
}
.si-like:before {
  content: "\e068";
}
.si-home:before {
  content: "\e069";
}
.si-grid:before {
  content: "\e06a";
}
.si-graph:before {
  content: "\e06b";
}
.si-equalizer:before {
  content: "\e06c";
}
.si-dislike:before {
  content: "\e06d";
}
.si-cursor:before {
  content: "\e06e";
}
.si-control-start:before {
  content: "\e06f";
}
.si-control-rewind:before {
  content: "\e070";
}
.si-control-play:before {
  content: "\e071";
}
.si-control-pause:before {
  content: "\e072";
}
.si-control-forward:before {
  content: "\e073";
}
.si-control-end:before {
  content: "\e074";
}
.si-calendar:before {
  content: "\e075";
}
.si-bulb:before {
  content: "\e076";
}
.si-bar-chart:before {
  content: "\e077";
}
.si-arrow-up:before {
  content: "\e078";
}
.si-arrow-right:before {
  content: "\e079";
}
.si-arrow-left:before {
  content: "\e07a";
}
.si-arrow-down:before {
  content: "\e07b";
}
.si-ban:before {
  content: "\e07c";
}
.si-bubble:before {
  content: "\e07d";
}
.si-camcorder:before {
  content: "\e07e";
}
.si-camera:before {
  content: "\e07f";
}
.si-check:before {
  content: "\e080";
}
.si-clock:before {
  content: "\e081";
}
.si-close:before {
  content: "\e082";
}
.si-cloud-download:before {
  content: "\e083";
}
.si-cloud-upload:before {
  content: "\e084";
}
.si-doc:before {
  content: "\e085";
}
.si-envelope:before {
  content: "\e086";
}
.si-eye:before {
  content: "\e087";
}
.si-flag:before {
  content: "\e088";
}
.si-folder:before {
  content: "\e089";
}
.si-heart:before {
  content: "\e08a";
}
.si-info:before {
  content: "\e08b";
}
.si-key:before {
  content: "\e08c";
}
.si-link:before {
  content: "\e08d";
}
.si-lock:before {
  content: "\e08e";
}
.si-lock-open:before {
  content: "\e08f";
}
.si-magnifier:before {
  content: "\e090";
}
.si-magnifier-add:before {
  content: "\e091";
}
.si-magnifier-remove:before {
  content: "\e092";
}
.si-paper-clip:before {
  content: "\e093";
}
.si-paper-plane:before {
  content: "\e094";
}
.si-plus:before {
  content: "\e095";
}
.si-pointer:before {
  content: "\e096";
}
.si-power:before {
  content: "\e097";
}
.si-refresh:before {
  content: "\e098";
}
.si-reload:before {
  content: "\e099";
}
.si-settings:before {
  content: "\e09a";
}
.si-star:before {
  content: "\e09b";
}
.si-symbol-female:before {
  content: "\e09c";
}
.si-symbol-male:before {
  content: "\e09d";
}
.si-target:before {
  content: "\e09e";
}
.si-volume-1:before {
  content: "\e09f";
}
.si-volume-2:before {
  content: "\e0a0";
}
.si-volume-off:before {
  content: "\e0a1";
}
.si-users:before {
  content: "\e001";
}
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?34040676');
  src: url('../font/fontello.eot?34040676#iefix') format('embedded-opentype'), url('../font/fontello.woff2?34040676') format('woff2'), url('../font/fontello.woff?34040676') format('woff'), url('../font/fontello.ttf?34040676') format('truetype'), url('../font/fontello.svg?34040676#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?34040676#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-dashboard:before {
  content: '\e800';
}
/* '' */
.icon-devices:before {
  content: '\e801';
}
/* '' */
.icon-reports:before {
  content: '\e802';
}
/* '' */
.icon-schools:before {
  content: '\e803';
}
/* '' */
.icon-settings:before {
  content: '\e804';
}
/* '' */
.icon-graduation-cap:before {
  content: '\e805';
}
/* '' */
.icon-templates:before {
  content: '\e806';
}
/* '' */
.icon-users:before {
  content: '\e807';
}
/* '' */
.icon-view-icon:before {
  content: '\e808';
}
/* '' */
.icon-edit-icon:before {
  content: '\e809';
}
/* '' */
.icon-reload-icon:before {
  content: '\e80a';
}
/* '' */
.icon-green-lock:before {
  content: '\e80b';
}
/* '' */
.icon-orange-lock:before {
  content: '\e80c';
}
/* '' */
.icon-remove-icon:before {
  content: '\e80d';
}
/* '' */
.icon-plus-icon:before {
  content: '\e80e';
}
/* '' */
.icon-filter-button:before {
  content: '\e80f';
}
/* '' */
.icon-calendar-icon:before {
  content: '\e810';
}
/* '' */
.icon-drag-icon:before {
  content: '\e811';
}
/* '' */
.icon-edit-student:before {
  content: '\e812';
}
/* '' */
.icon-close-icon:before {
  content: '\e813';
}
/* '' */
.icon-edit-tags:before {
  content: '\e814';
}
/* '' */
.icon-macos:before {
  content: '\e815';
}
/* '' */
.icon-student:before {
  content: '\e816';
}
/* '' */
.icon-dashboard:before {
  content: '\e800';
}
/* '' */
.icon-devices:before {
  content: '\e801';
}
/* '' */
.icon-reports:before {
  content: '\e802';
}
/* '' */
.icon-schools:before {
  content: '\e803';
}
/* '' */
.icon-settings:before {
  content: '\e804';
}
/* '' */
.icon-graduation-cap:before {
  content: '\e805';
}
/* '' */
.icon-templates:before {
  content: '\e806';
}
/* '' */
.icon-users:before {
  content: '\e807';
}
/* '' */
.icon-view-icon:before {
  content: '\e808';
}
/* '' */
.icon-edit-icon:before {
  content: '\e809';
}
/* '' */
.icon-reload-icon:before {
  content: '\e80a';
}
/* '' */
.icon-green-lock:before {
  content: '\e80b';
}
/* '' */
.icon-orange-lock:before {
  content: '\e80c';
}
/* '' */
.icon-remove-icon:before {
  content: '\e80d';
}
/* '' */
.icon-plus-icon:before {
  content: '\e80e';
}
/* '' */
.icon-filter-button:before {
  content: '\e80f';
}
/* '' */
.icon-calendar-icon:before {
  content: '\e810';
}
/* '' */
.icon-drag-icon:before {
  content: '\e811';
}
/* '' */
.icon-edit-student:before {
  content: '\e812';
}
/* '' */
.icon-close-icon:before {
  content: '\e813';
}
/* '' */
.icon-edit-tags:before {
  content: '\e814';
}
/* '' */
.icon-macos:before {
  content: '\e815';
}
/* '' */
.icon-student:before {
  content: '\e816';
}
/* '' */
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?93997594');
  src: url('../font/fontello.eot?93997594#iefix') format('embedded-opentype'), url('../font/fontello.svg?93997594#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fontello';
  src: url('data:application/octet-stream;base64,d09GRgABAAAAACEQAA8AAAAAM6wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABWAAAADsAAABUIIslek9TLzIAAAGUAAAAQwAAAFY+IEm2Y21hcAAAAdgAAAC2AAACpOnfoR9jdnQgAAACkAAAABMAAAAgBtv/BGZwZ20AAAKkAAAFkAAAC3CKkZBZZ2FzcAAACDQAAAAIAAAACAAAABBnbHlmAAAIPAAAFSIAAB4aozyVaWhlYWQAAB1gAAAAMwAAADYUVIV6aGhlYQAAHZQAAAAgAAAAJAtZB9tobXR4AAAdtAAAAD4AAABgYVb/4WxvY2EAAB30AAAAMgAAADJZoVD8bWF4cAAAHigAAAAgAAAAIAHyDLhuYW1lAAAeSAAAAXcAAALNzJ0eIHBvc3QAAB/AAAAA1AAAAUIHu+lIcHJlcAAAIJQAAAB6AAAAhuVBK7x4nGNgZGBg4GIwYLBjYHJx8wlh4MtJLMljkGJgYYAAkDwymzEnMz2RgQPGA8qxgGkOIGaDiAIAJjsFSAB4nGNgZOFjnMDAysDAVMW0h4GBoQdCMz5gMGRkAooysDIzYAUBaa4pDA4vGF6IMQf9z2KIYg5lmAYUZgTJAQDFxwtVAHic7dLtbcJAEITh9+AgCRhIwocb4GdqSUH8otzpgsyep4xYela61dmydhbYAGv7sQ7tSaOeh7tt9NfsRr/zO+706uv2erlS1ec+6sp3u7+45Y13PvzenokDR0588sU3Zy5cuTH7+pb/Z6rS7jnNNdHFmHF4rigqK0VNXVE5Kjx/FE4ChTNB4XRQVL4KJ4ai/k7hFFE4TxROFoUzRuG0UTh3FN4AFN4FFN4KFN4P79eC+Q+Z4TZWAAB4nGNgQAMSEMgc+j8LhAESigPjAHicrVZpd9NGFB15SZyELCULLWphxMRpsEYmbMGACUGyYyBdnK2VoIsUO+m+8Ynf4F/zZNpz6Dd+Wu8bLySQtOdwmpOjd+fN1czbZRJaktgL65GUmy/F1NYmjew8CemGTctRfCg7eyFlisnfBVEQrZbatx2HREQiULWusEQQ+x5ZmmR86FFGy7akV03KLT3pLlvjQb1V334aOsqxO6GkZjN0aD2yJVUYVaJIpj1S0qZlqPorSSu8v8LMV81QwohOImm8GcbQSN4bZ7TKaDW24yiKbLLcKFIkmuFBFHmU1RLn5IoJDMoHzZDyyqcR5cP8iKzYo5xWsEu20/y+L3mndzk/sV9vUbbkQB/Ijuzg7HQlX4RbW2HctJPtKFQRdtd3QmzZ7FT/Zo/ymkYDtysyvdCMYKl8hRArP6HM/iFZLZxP+ZJHo1qykRNB62VO7Es+gdbjiClxzRhZ0N3RCRHU/ZIzDPaYPh788d4plgsTAngcy3pHJZwIEylhczRJ2jByYCVliyqp9a6YOOV1WsRbwn7t2tGXzmjjUHdiPFsPHVs5UcnxaFKnmUyd2knNoykNopR0JnjMrwMoP6JJXm1jNYmVR9M4ZsaERCICLdxLU0EsO7GkKQTNoxm9uRumuXYtWqTJA/Xco/f05la4udNT2g70s0Z/VqdiOtgL0+lp5C/xadrlIkXp+ukZfkziQdYCMpEtNsOUgwdv/Q7Sy9eWHIXXBtju7fMrqH3WRPCkAfsb0B5P1SkJTIWYVYhWQGKta1mWydWsFqnI1HdDmla+rNMEinIcF8e+jHH9XzMzlpgSvt+J07MjLj1z7UsI0xx8m3U9mtepxXIBcWZ5TqdZlu/rNMfyA53mWZ7X6QhLW6ejLD/UaYHlRzodY3lBC5p038GQizDkAg6QMISlA0NYXoIhLBUMYbkIQ1gWYQjLJRjC8mMYwnIZhrC8rGXV1FNJ49qZWAZsQmBijh65zEXlaiq5VEK7aFRqQ54SbpVUFM+qf2WgXjzyhjmwFkiXyJpfMc6Vj0bl+NYVLW8aO1fAsepvH472OfFS1ouFPwX/1dZUJb1izcOTq/Abhp5sJ6o2qXh0TZfPVT26/l9UVFgL9BtIhVgoyrJscGcihI86nYZqoJVDzGzMPLTrdcuan8P9NzFCFlD9+DcUGgvcg05ZSVnt4KzV19uy3DuDcjgTLEkxN/P6VvgiI7PSfpFZyp6PfB5wBYxKZdhqA60VvNknMQ+Z3iTPBHFbUTZI2tjOBIkNHPOAefOdBCZh6qoN5E7hhg34BWFuwXknXKJ6oyyH7kXs8yik/Fun4kT2qGiMwLPZG2Gv70LKb3EMJDT5pX4MVBWhqRg1FdA0Um6oBl/G2bptQsYO9CMqdsOyrOLDxxb3lZJtGYR8pIjVo6Of1l6iTqrcfmYUl++dvgXBIDUxf3vfdHGQyrtayTJHbQNTtxqVU9eaQ+NVh+rmUfW94+wTOWuabronHnpf06rbwcVcLLD2bQ7SUiYX1PVhhQ2iy8WlUOplNEnvuAcYFhjQ71CKjf+r+th8nitVhdFxJN9O1LfR52AM/A/Yf0f1A9D3Y+hyDS7P95oTn2704WyZrqIX66foNzBrrblZugbc0HQD4iFHrY64yg18pwZxeqS5HOkh4GPdFeIBwCaAxeAT3bWM5lMAo/mMOT7A58xh0GQOgy3mMNhmzhrADnMY7DKHwR5zGHzBnHWAL5nDIGQOg4g5DJ4wJwB4yhwGXzGHwdfMYfANc+4DfMscBjFzGCTMYbCv6dYwzC1e0F2gtkFVoANTT1jcw+JQU2XI/o4Xhv29Qcz+wSCm/qjp9pD6Ey8M9WeDmPqLQUz9VdOdIfU3Xhjq7wYx9Q+DmPpMvxjLZQa/jHyXCgeUXWw+5++J9w/bxUC5AAEAAf//AA94nJ1ZCZAcZ3X+39/3MUf3zPScu3NfO7uzx1x7eFezkla7a61kXZZWQlqtZVlYWlYStmVxKJIty2DjRIiYSBiDwQ74AGMrYJyUjW1woCA4wYDLJEBBEqiAkzgUh3OUo2nn/T0raV2YKkhNz9//8d7f/b//vfe99zfhCXnjNPdVrpf4SAfJkBKZbq6RgShAOULnCScBL3D8nCpSAUDYwu4CzBIQYCaXtfyUFPLZUq6UTibikbC/w+rQFeKjPk3wlyCZckPA8HdCJTkwBjWjWgYhOWB1QLJWrXNGxUinckLSSBp+kau1judX5nIr8/Skc29toyfjxQu/6O7+3ul4kX7T3gKvdXNlJHgT4WR37DSOt+rwqK13d8Nr9pZ4kRDC1nUXPcRtJDIxSYx0k5nmtIaL8gFP6CShRAAqzBHAtfJA5pFB4qWdhOPEWQVEUeem4x1A8pmO7nh3LBoMeFyqIvBEBlnFpQkD9WouJfqtbNKo1nF5Fq5TTCdTuVFIcsmUiE0Lu+u46ByMR/P5ei4Hoh2SePiuIIqCXeYleEWzy4mengR8N1EuexlJPf8vtJeNX3iZlyT+KfpsT+LCyzia4EqJHlyXgOu6h2ty/UTDVfWQIbKe3NA8NAMyCQMv00k31vA1+UWiEoVTFdxCIkicME8kF4ggifMENMB1sDVTym8hPE9ndaA8nRkZ7iu7dUqm16xqDq8fWV+vlIf6hnpKubTl02PumCwQjWoeXH8Wd65aH4EByy8GcdW1S1Kw3ABvXn46KSyjFhziHBPVJRYR/uIJj2l6nlYN3357a6FeL8BnCnUu3GOPqIahwmc0r6HaW2HgEhnMe0zsCntDPg/8rFjjvXeanaavw/xlrUDThVqt0PpRpCtM7/dqrR+zOWhM9f7Sx0h8/2V66HU4R4evVmzd6zFRrCgk8sY7uVNclVgkQnpJX7Ont9zj5wUCk0zqh/DPUYGbE1FolBkAuGA6XUkbwWFTEqIlBXIpCURJfJPC5yBtVMAvlqC9ZhxNMwEowB21D6tR1T4scnx6OElvTDYSsv30N74BfMr/x6bH/k+PebcvBYfgevgVDKmq/XVRkBQ7jMR4wc8Fb+tFOGJ/2Z+Ec0wq9v6UD34AIfsVsqQn7+T+hjPJGLmPfJJ8jjxFPtQ8HUO7/aNrcmFeFI7PU0X+wI6+XsMrqsqZ9VRS7/vQuiFJoPwVgHY/SURBFkR5kfASlXi6SCgnUW6BABFEQNORXaCoMiqYqoPEqxJqGkdmUbeIi0w//tgD91PyxOcfe+rxpx5+6P7PPfC5Y+85fGjmyuaKwUayk4zRMTczIxRGL+Tykshu9RVQy+dWwBjEAettjYmDFWzU2U30QCBoeZiM03ls+MV8pVFtIGW9gb9KsJEvwyiy1ar5XL7mjODMeTY1e0iulk9Lfkl0ZmBzSMFO6MBpAv6gFQw4I/iooPNIC8cCXL8vVYbqGAx0gt8NeWbwFdzYKk5GNz6lIms4v6BFhV2qqF11lU/fJUS1hXw4ENa+wgattDMocmp70KW7FnKRQODRWyyBk8R6WFBF997xKVGW0LdSqk6N75UlXpFSPSKarNUm60kxsl1Tv00Wdfn8mpp+d9dUqTS1hRVdub7+bKhgBc3ABw19QYlmBFn7uDcmTk1O+YKf1mQhE5MXVJ+pLWhhZ0yPCM7YfW5ZzESVBd2Y2imLqB+REDr8zDuaok+TpIDkEmTVKZoLMR5fg09oApJJu3ZJjFpLMOobl6hllyAtUb8j41D7ZCTXVTpr9+KrTpdK0/i+r/etbYTzXd0uj6OvD3P/yvlIiGRJhYySabKtuSXgppRbjYseA0XgJitltL01BB2xoKCHQ7OlhJuTAb25QtHFMf+GDo2gPgK2RGmW4FbPTE0G/AHLCkSiAVXoKKGvamTrA0Ghk+KWo99OoEWi7jT8QaGSrVfz2bQg+tCKcatHQRBT+Sxq1YAl+cVUrmE4VYPVuzrhnObX4Wy8QLs7tjxsf/LhLfHCWBDOeuFsMGgf8NoHgh8bvuOxO4btlu7X7Av0TKG7C3IDmU4z4gcz5qWzyao0BzAnD6wekH32/6yenV0Nsk8eSIXFuTlxgBX2YX8hlSr4Xx8FGLX1+NxcPJzLvQxhl2m67J+7TdOR3wmuhvaukSApkDpZST79xQooEkyuPR/aMNvsI4ILJEVAO1UQJECREQlUtHSGBBxCo8hRJjMewYDnXfx0tFn7/Vh4HoW+xCjyM9ubpaFGsRgJMShZcUVj5dDKYr1Y6y+n4qFCpOAz9KA7KF2CElhCgjqCg7Ss/mZY8V+EFWzWjHouLS3DFLrbvtfr93vhOlYuqx9oPVwaGirRDaWhcKl1RvJYdIMl6NJvXmUkrxqRCGT9CZ8QTPq/4E/4hVDS/xskf4ExtWrhcge3WlNbtUCAvqDoryIFXm3feoA/j1gRJ2UyQtaR68nW5uaZToqoMEkEHR2MgDgrKRrlOYlnEMyENu+Sqco77nH0ir7eZALIVeuvWDe6rl7rHekbKRYS5WQ5EjS8qkTiEHccJAsoMGxKs1CK+SqnPcbwhfkuEVLoiqqNix6KQ6q23iIPOLQ5VOwxCF6mrjfGlvWi23MDXtycYRUnu+zDWARSgebBJtzRPDjusreOL8aTyfjirQfHxw82cbRrctNkV3GS3mZYzYppanFjwzUu+3YtIAmmWWku9W2cD1kbB0T+bMDY2zVZ7FrTtdcIYL3pTLM3B6+O1QbvaNRHmwdvOTgOdzqzdq3ZMlm8cBeS1TbpQjxjitaJTYzWdBlxUdt8/WbNlUyZQvDExlpfebVXpO04T1C5AtFJAPdiI9nc3DAJHGUbQSRgugssmAUWzGLUI3JkucqqjsoGLbcLyLqZleNdBWskOGIaroA7IIlEB51FstnlMMAxGGDxH5dCnHF+1Ua9/asMBBl2WH5JvPhzwMRKOOMOcYL10nuHdw8O7r5xvtGYHxqcmDg8MTH4/uPX7VhZT7hE0R2vr9xx3fH3P/7xG+b6o5IkhFPdw6s2bn9766bM0NY9J8F967Vbh9Lpoa3X3mr/+uSerUOnG7tv2t1wCljHZjs80Tq/qrZ79ea+mBgQO3uvnphvrD604dZVdcRAd9dw48rBiVw3vDC+ev+KzZtX7F+zYsWa67E2tn/iYjx0mnuKKxHmkYtkrDkStFCKIcQfDuNn4OCQgGLmDmEoTegmQimZxUCakplImJJwMVIM+HWNpQIi0+O2MaMIoD6A+OrHUClfgTxkmQyBCTDIelMibLD/Ww8ynNuN2Pm6prWedL/6Y1r9Xuur9CEJkcb+qaalZOjUNM59g9+DHo4XBLpR015XY0LrfvckveLF1gsfxBmQJip4vfZP1Kgo4ZrwRd84xf+KGyc5spYMNmsq0sCkiPBBDxE00UMsrcFIjxcOEZ7jD2FAs4+QK4b7e7sKyJMrotuySlBHu8E9rVioISmMWNALVdGe2N6yrV2yMRDTjn7UKgN1DD9SSGyNgN/hxWG8kIfu3bV717lSD3dM/BIvP48ruTUamRspxPPZA7NWw3DzVu1d0Lvj+s3Ntw2OvFeRBST7EpK9t7t0z/zs3Mp39wUl02xwvUZH5JbZndeJeovnW7y8cnRkR8gjYJQwakrBYJ/RXW1l1gSL6zfvcQktQUCS63bO3hKJKkqlYPZbJs8EQN64mf6U24R54Na157sQNBKEAkH5LOLWCnhh9AfcLMpFnyKC4BIQJOK/RSIIBy+RwfT2plJL+6u+JIYUJcAguMYANOBHYWB+wLKoDki/KWOg3zEjduGa9+0JGUVv+JH/eMQfyWQi9O2RDGwyv7X6mj2rjFDIOPrII0e/lYnYfxLOZMJwY6S9vx/i/Pj+IZIg2WYKQ3UicBi4L+KrHCTtxBV0YdoXqKUvvlAJ3vIl8kvvyYEvZj1x4QkrlsvF6JlY7of2A/v+dB98wHfb8SeeOH5bLmofZUNwZzR32/S+fdOID2/88xuHuRmugp6+GzVtluwjNzdvnEYx7dpKVY1OukDD9ExTF03d4BASVH6BKOitFGleQNcle0U3TzQnRcPkzAOUuuj0ju3rZso9Xjcl18xv37dj3+ZNM7PrZidWXjFSr/SsLa/NZuIxdGTd3m5FJC7q8l0E14aDoeiSMDEts6yk7iDqxZViJNQGWK4NGCVg0rgENSPgQA3D39xFXjdUWANdWjvx5XouvKT5NVnnetSApnzFHkvW42bUyETh+VDODPNcvL5OC6Sjj4dzZkRPNuJfjDeSvGn/m+ZHMt58UEPwV/x+g074IpLA/q0SktGjWsB0t+4M5zJRVldEo3UnstKXfa5toXwmuk0LeNQ57EHibW7T1n0udNnIY7/mNlldVzSfizXa+vEx7kkugVgRIgPNXseLOU7rMEaSlNuCakJnBUQLOuNBQAiYrpAn1IYBsY3Gl6QnwqUMFuuvWbFYTzQK777wT1izuEQwGt27dA+yPjjDxntiZMkPPSOnUU9ZrNbVzBPOeeZOfBXSVlEyzYInvxMqtbNucVmo5DxyWV369v/8fba3nJOKuZ5y6+cXnmMNbhwb9LO9V5Z7Zsots30nBotduFfw2XFSIg0yTt5GFtDxnSC3kbvJOfIQ+Sx5mjxHXiQvkZ80/5GnXRwxPNQlEde8ApIX3LrknkcBaqauzfWmyp0lwcwmacBvBuYyCepPx6nP8vvm+3I9kW7BKnbQcMgKzxViNJSP0qAaCs7LIIowywGuc4qoqjDbdiXPf/mxRz/6kfeduuHw3E4gL333O9/+5te//OLzLz737DNfevILjz792NOf/cwjDz/wiY889NGHzp39sw+fvuvU3e+7+7aTt97ynqOHT9xw4tDBxXfsu3bnwtzC9m1bNm+4ambt1JpVK8ebo8O1am+5WEinIkHT69LRifIsvupnEk0vGX/yLZ1ALs92u20MteyyOrQPe2pGssb8xAjGURgSjEJy6V5BHWFzIbnj55hdSelaJfgWfdm36PP9nnRvNR93pqM6VbX3VKarHdlKJcsNYvmXRsjAq/X59p22DP3CN9D53HDhtKF3VKcrcB8ydehG69wR3TD0I7ppFkdGOpY3QL6ZtVjRNTzcubwB8hKhYSzjchr0R85bdLTLaqY1yir0rzPsaW2qZUVrlJXw65GzutGRqVYzHe3S0O3XLtMdGTnffjQrjgyPLG9Adjnd8O9kauMds4WryVboWnteQbzTJ+tUkWEyqVE6EV17Xn1zHzcRfTPJ9u1tvh7OCSIQ/wDItSwBkCXxOhVkRZKVBcyANcxMQdpNFMWlTC9N3E+W4qc/hFH/w5+2nJ4cWiKXF38X/fbt25uR9eumpyZWrxgbGqxV+3oL+XQq3unz+11CsOScpmAMHIekEWSBsHO4gpFPX7/EIuMVYCQb7HjUA4yoTZE08m0eNt4eNJJL5H39CCRV7mccv6BETKVmnx1UIj51kRd1XcQ+M6LU7bM11RdRFhRlUQubyiAcqDNaZFAW2QB2DCr+sLLII34euMjFOn1hnIkThMuzX+ZkRIPLplYjZnsmvOPjZdmJgw9w/47+MkfGyCqyrnnlqvFujsf8YiXABOGpSHlxEQVLeZZiiDIInCi0z8Kk9llYMU9Jc0V+rDiWiKML8ugKydGc0g6LHUB2UNZix4SX3c8oLPkbRN60g8X1Glp5pX/AqrAEAxHZiaA5b2t/cjCRaKRaututt2IF9LXnYkV3yJ1o2M8/o3tE+D7npXg9K8t2jnc9dA88d489fjYxmKTnUo0EUhZjrf2MsT0F9kHMoz+DLPADQXhWsmQ7z0s1h+2y3TD8Er8gAfSUII/goEBQgQZwr+y1D9uH98IZp4Az2KS/wMKpXR5o527c33H9iMZpkiUDZGVzRRiogLkb5ss8JqUS8ESgPMqTZRlbnCxDdLKMfA5IT3duID+QTsWiukpCEJLbGJ2HdpTDwLECnajv7MRPQdXD7KOahyT0L6Vy7bSOyqE+j32c03we+Brv5+Bk0OsN2k9ZvqA9Acc8Ax6Y9HjsU/Z+Lt+6P1KOxcpVVhxB+pOiwcPXPD7JPhpsNpHJkFT4W/uUh/Eg4zE7AceW6LFwzg5u4d+Pshsi04i8RxB5f/hkNkSBZwc1QbTuq4jo4Twit4j5Fe9BtSU8eHhgB68eIAsYbXs9xLtggpe4XV73HHHpaMkueZ54PNKsAZKkT2mgKOosgqtLRfuf+f/OiNMQVVF3Xp7Zg/F81803z1x584mbTxx795Gb3nlw394987t2bLt688YrF2YWVq8arA30l0uYlPiYsxDbCfEIOMFiY+DieW1/HQNNlh7lsFEbqOdrOXQy6DJSveCEoA03lUTGODBG87nspW8qfintnMMmWQqOU9SWoNp36ftL9tKpETwXVJQOQ/Ma4HWZ8ZTLNBQvaJh+Y/ABLpcFpqpjLdwrejsEXXHzIQ+ESy94khhUUdwTT4elI+3ZC/lMpZKB2z2rHHi6Sfd69VVeuB17xbBxIW+E+Z7/fSlscN83wrRYGKl1hVUPSLIXPEoQPIZLAU5wBZNRyyUBTpjhNNRqUCNHwRv2mF7OE016uXsrmdaRTGU0bQQNvFJjlQy9K1NpdRrhsDHYQ3Ps3vrBxfP9T6EN+jDTKZIejN4eJLc3T37qbAH1UQT1zz9GCRy/+qr1ZYHn3vU2KvD8ZE93KWJyojqhu6kK6iEJBF7kBcd7ERfLNlxE41waBnqc7Hz2Q39GqXNSQmcJerqZ20998hP3fOSDp089ePuDt97y3vccuenA/rlds9s2bRwbzaTDHiFQAiGdDVjsOB3TX3YK36it4DDfzVYEtDkMYy2W9uXFrAuyvvYB/NKJvMOx9MN0GuOqRu1SzOWEOQNW0N/WJwSe9okL+1zQjn3aPhK3Pd9muThh+6MA61viYh8f/8HewNv7sn5vwet3K27MsCg6cPg8D+clRblwu+bRfT543v4J+o9O2bDCPintNhO58uCxwXIuYaKvUH0hsFC3dN2raW6NWiFNNhOFwRONQsKU3VmJqm5nzKvnZDUQLdemPjxVK0cDmlfN1TY+snGgqNK/atSa3Rl0tronFgwbni0SwxGARgNUt/phVVYQ1cJPZjMZ+ytihznj6xTMPZF0shiKxULFZDowUIjzcd+M2SFasqbJOQmLGYmp+EgzaFjFSDodKVpG9O2mKKnyjKypco4RtjT5Tk3XTM3jwULX7mSdx0xXIOAyj8ka+T/Et/VhAAB4nGNgZGBgAOKpWxVT4/ltvjJwM78AijBcm7HgNYz+//B/FocycyiQy8HABBIFAIL7DjAAeJxjYGRgYA76n8XAwFH+/+H/hxzKDEARFCABAJjIBkN4nGN+wcDADMRMzUA6GYiXQvhgHMnAwHKegYHVFMJn5QOqewdkKwCx7v+HIDGOciT1SJilH4jVGRgATkIRiQAAAAAAAABsANgBhAHsA0QD5ASaBWAGDAZ2BwYHZgeqCHYIugj4Cn4LkAwaDD4MuA3cDw0AAAABAAAAGADUABEAAAAAAAIAYgByAHMAAADzC3AAAAAAeJx1kN1qwjAYht/Mn20K29hgp8vRUMbqDwxEEASHnmwnMjwdtda2UhtJo+Bt7B52MbuJXcte2ziGspY0z/fky5evAXCNbwjkzxNHzgJnjHI+wSl6lgv0z5aL5BfLJVTxZrlM/265ggcElqu4wQcriOI5owU+LQtciUvLJ7gQd5YL9I+Wi+Se5RJuxavlMr1nuYKJSC1XcS++Bmq11VEQGlkb1GW72erI6VYqqihxY+muTah0KvtyrhLjx7FyPLXc89gP1rGr9+F+nvg6jVQiW05zr0Z+4mvX+LNd9XQTtI2Zy7lWSzm0GXKl1cL3jBMas+o2Gn/PwwAKK2yhEfGqQhhI1GjrnNtoooUOacoMycw8K0ICFzGNizV3hNlKyrjPMWeU0PrMiMkOPH6XR35MCrg/ZhV9tHoYT0i7M6LMS/blsLvDrBEpyTLdzM5+e0+x4WltWsNduy511pXE8KCG5H3s1hY0Hr2T3Yqh7aLB95//+wHpc4RTAHicbY/NbsMwDIPNbl2apO3+t+4h8lCqrabGHCuwlOz1VySXHcbTR4CCSLdxqxr3v07Y4A732OIBFXao0aDFHgcc8YgnPOMFr3jDOz7wiRO+XB1Ir2ehEqrAc/SsVeFRimml/iqSdKdsFnOvx75QmMii5M7TWBsPYyJj3U7KRes58k8XveSaQ7SF2sJJKCzc9IU5d0n8dyuFcs8rFx5k5vVwTJMudLjEZFy682R2c54S50BlTYVC/UL75ZHaFDhb45Mo/ylg1Ot2IC+3KWvEuV/TZ1izeJxj8N7BcCIoYiMjY1/kBsadHAwcDMkFGxlYnTYxMDJogRibuZgYOSAsPgYwi81pF9MBoDQnkM3utIvBAcJmZnDZqMLYERixwaEjYiNzistGNRBvF0cDAyOLQ0dySARISSQQbOZhYuTR2sH4v3UDS+9GJgYXAAx2I/QAAA==') format('woff'), url('data:application/octet-stream;base64,AAEAAAAPAIAAAwBwR1NVQiCLJXoAAAD8AAAAVE9TLzI+IEm2AAABUAAAAFZjbWFw6d+hHwAAAagAAAKkY3Z0IAbb/wQAACeUAAAAIGZwZ22KkZBZAAAntAAAC3BnYXNwAAAAEAAAJ4wAAAAIZ2x5ZqM8lWkAAARMAAAeGmhlYWQUVIV6AAAiaAAAADZoaGVhC1kH2wAAIqAAAAAkaG10eGFW/+EAACLEAAAAYGxvY2FZoVD8AAAjJAAAADJtYXhwAfIMuAAAI1gAAAAgbmFtZcydHiAAACN4AAACzXBvc3QHu+lIAAAmSAAAAUJwcmVw5UErvAAAMyQAAACGAAEAAAAKADAAPgACREZMVAAObGF0bgAaAAQAAAAAAAAAAQAAAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAEEDgGQAAUAAAJ6ArwAAACMAnoCvAAAAeAAMQECAAACAAUDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBmRWQAQOgA6BYDUv9qAFoDVQCWAAAAAQAAAAAAAAAAAAUAAAADAAAALAAAAAQAAAGAAAEAAAAAAHoAAwABAAAALAADAAoAAAGAAAQATgAAAAQABAABAADoFv//AADoAP//AAAAAQAEAAAAAQACAAMABAAFAAYABwAIAAkACgALAAwADQAOAA8AEAARABIAEwAUABUAFgAXAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAEkAAAAAAAAABcAAOgAAADoAAAAAAEAAOgBAADoAQAAAAIAAOgCAADoAgAAAAMAAOgDAADoAwAAAAQAAOgEAADoBAAAAAUAAOgFAADoBQAAAAYAAOgGAADoBgAAAAcAAOgHAADoBwAAAAgAAOgIAADoCAAAAAkAAOgJAADoCQAAAAoAAOgKAADoCgAAAAsAAOgLAADoCwAAAAwAAOgMAADoDAAAAA0AAOgNAADoDQAAAA4AAOgOAADoDgAAAA8AAOgPAADoDwAAABAAAOgQAADoEAAAABEAAOgRAADoEQAAABIAAOgSAADoEgAAABMAAOgTAADoEwAAABQAAOgUAADoFAAAABUAAOgVAADoFQAAABYAAOgWAADoFgAAABcABAAA/44DxAMvABMAHQAkACsASUBGCAEACQECAwACYAADBwEEBQMEXgoGAgUBAQVUCgYCBQUBWAABBQFMJiUWFAIAKCclKyYrIyEgHxoZFB0WHQwJABMCEwsFFCsBISIOARURFB4BMyEyPgE1ETQuAQUhMhYdASE1NDYDETMRIyImBSERIREUBgM1/X4nQiYmQicCgidCJiZC/VcCgh8p/O4sLNaOHykCyv5UAfQsAy4mQif9fidCJiZCJwKCJ0ImRywcjo4fKf02Aaz+DCwsAfT+VB8pAAAABAAA/4sCbwNRAAgAEgAcACwATEBJCwECAxMBBAACRwACAAUBAgVeAAEIAQAEAQBgAAQABwQHXAADAwZYCQEGBgwDSR8dAQAnJB0sHywcGxcVDw0KCQUEAAgBCAoFFCsFMjY0JiIGFBYlIRE0NjMhMhYVERQGIyEiJj0BIQMhIgYVERQWMyEyNjURNCYBQRsnJzYmJgEG/hgHBAHSBQYGBf4uBAcB6Av+LiAtLSAB0iAuLhAnNiYmNiflAi8FBgYF/NUEBwcEugK+LSD81SAuLiADKyAtAAAABQAA/5kDQAMxAAsAHAAtADkATgByQG9MAQgAGQEECAJHDgEIAAQACARtAAoACQMKCWAAAwAFBwMFYAAHDQEGAQcGYAABCwEACAEAYAAEAgIEVAAEBAJYDAECBAJMOzowLg4MAgBJRkNAOk47TjYzLjkwOS0rJiMWEwwcDhwIBQALAgsPBRQrJSMiJjQ2OwEyFhQGFyEiJjURNDYzITIWFREWDgEBIgYVERQWMyEyNjURNCYjIQUjIiY0NjsBMhYUBgUiJjURNCYjISImNDYzITIWFREWBgGxtA8SEg+7ChETaf5WKDY2KAGqKDYDGS3+OwoREQoBqgsQEQr+VgEytA8SEg+7ChETAWAPEhEK/hkQGBMPAeYpNQQQiRIeEhMdEvA1KAIjKDU1KP3dGioZAqEQC/3eChERCgIcChDwEx4SEx0T9hIPAmUKERMdEzUp/ZsPEgAAAAADAAD/cQOEAzQAFgAaAC8AMEAtLy4tFAQFAAFHAAAFAG8ABQADAgUDXgYEAgICAVgAAQENAUkjMyMRFzoSBwUbKwkBJiIHAQYHBhURFB4BMyEyPgE1ETQmASMRMwEUBisBETQmIyEiBhURIyImNREJAQN3/nAKGwr+cAYDBCM6IQJzITcgCP67yMgBBCIUjBIP/vUPEpMTIgFvAWgB8QE5Cgr+xwYFBwn+GSM6ISM6IQHnBRD9zwF1/sAUIQGXDxISD/5pIhMB2gEY/ugAAAAABQAA/3EDyQMSAD4AngCgAK0AugCRQI4cAQUBfWEmGQQGBX5gAgkIilowLxEQBgoJkE4CBwqekU05BwUCBDwBAAMHRwAGBQgFBghtAAQHAgcEAm0AAgMHAgNrAAEABQYBBV4ACA0BCQoICWAACgwBBwQKB2AAAwMAWAsBAAANAEmvrqKhAgC0sq66r7qop6Gtoq18enBvTEpAPzg3IR4APgI+DgUUKwUjIiYvASYnBwYmLwEmNj8BNScmPwE+AR8BNj8BNDY7ATIWHwEWFzc2Fh8BFgYPARUXFg8BBgcGIycGDwEUBiczNzQ3Nj8BNjc2NzYzFzcnLgE9ATQ2NTQnJic1NDc2PwEnBwYnJi8BJi8BJicmNScjBxQHBg8BBgcGBwYjJwcXHgEdARQGFRQXFhcVFAcGDwEXNzYXFh8BFhcWFx4BFQMxEyIuATQ+ATIeARQOASciBhQWMzI+ATQmJyYCUboKFAYVGSdrCxsFXQoGC09PEwxdBRsLaycZFRkLwQoUBhUWI2sLGwVdBgMKT08TDF0FDQwNayYaFRWsgBYFAwcGNhkFCgYOZEFIBggHAQEFAgIKSEFkCAcECQciLQYHAwUWgBYFAwcGLSIFCgYOXUhIBggHAQEFAgIKSEFkCAcECQcbDRMUCwojeSpIKytIVEgrK0gqJjAxJRgoFhcSFY8RDGsJGyQFCAudEBwGSEdIExelCwgFJBwIawoTEgtrCxkkBQgLnQwaBUhHSBMXng4IBiQbCWsMEUhcCAYEBgUaGAUBASRsQAYTCwcHFQcNBQgKBw0FCApAaxwEAQEFBCALBQYEBgddXQcGBAYFCyAFAQEkc0AGEwsHBxUIDQUHCgcNBQgKQGwkBAEBBQQTCAsFBgwKAlj+LytIVEkrK0lUSCv6MEs3GScqLA0PAAUAAP+oA+kDEwAYACUAMwA9AEkAV0BUFQ4CAgNEAQUCPgEJBQNHMy4CAgFGAAkFBAUJBG0AAAADAgADXggBAgAFCQIFYAAGAQcGVAAEAAEHBAFgAAYGB1gABwYHTEhHFRQVFhYVGhsVCgUdKxE0NjclNjIXBR4CBg8BERQGICY1EScuATcUFwUzJTY0JyUjBQYTFB4BMj4BPQEFBiInJQE0NjIWBxQGIiY3ETQ2MhYHERQGIiYqHgGXCxQMAZYfKAIsHVSo/qCoVB8oPhcBlhABlhcX/moQ/moXnDqIrog6/v0MFAv+/AKQKCwqASYyJB4SGhQBEhwQAlghNAdeAQFeCDJEMggT/vhEWFhEAQgTCDIiGQZeXgYyBl5eBv5wFCgiIigU+j0BAT3+DB9eXh8ZJibVARkNEhIN/ucOEhIABQAA/38DNQMSAAsAFwAoADYAQgCltTMBCQcBR0uwGFBYQDAABQ0BBwkFB2AACQ4BCAEJCGAAAQoBAAMBAGAAAwsBAgYDAmAABgYEWAwBBAQNBEkbQDUABQ0BBwkFB2AACQ4BCAEJCGAAAQoBAAMBAGAAAwsBAgYDAmAABgQEBlQABgYEWAwBBAYETFlAKzk3KSkaGA4MAgA/PDdCOUIpNik1MS4iHxgoGigTEQwXDhcHBQALAgsPBRQrASEiJjQ2MyE2FhQGByEiJjQ2MyE2FhQGFyEiJjURNDYzITIWFREUDgEBIgYVERQzITI1ETYmIwcjIiY0NjsBMhYUBgJf/psQFBQQAWUQFBQQ/psQFBQQAWUQFBRq/agrOTkrAlArORkr/ZAHDxYCUBYFDAfz7BAUFBDsERoaASUUIBMFFyEUsxQgFAUYIRTzOSsCyys5OSv9NRkuHQNECwr9NRUVAssJDOwUIBQUIBQAAAUAAP9qBLADNAAfAC4AOwBNAGgAVkBTTB4CAAEBRwAFDAEGBwUGYAAHCQsCBAMHBGAAAwABAAMBYA0IAgoEAAANAEk9PDAvISABAE9OPE09TTY1LzswOykoIC4hLhoXERAKBwAfAR8OBRQrBSImPQE0LgEjISIOAR0BFAYiJj0BND4BMyEyHgEdAQYBIiYnJjQ3PgEyHgEUDgEDIg4BFB4BMj4BNC4BASImPQE0JicuAT4BFx4BHQEGASImJyY2Nz4BNCYnLgE+ARceARUUBw4BBw4BA14RFilHKv5wKUcqFSIVQG5AAYhAbkEN/lZBbR8hIR9tgW5BQW5AKUcqKkdSRyopRwKDERZAMxISCx8RUGEN/oULFQcFEhIzQEAzEhILHxFRYBgWUTIGBJYVEWQqRykqRipkERUVEWRAbkFBbkBkJgHsPjU4iDc2PUBugG5BAYkqR1JHKipGVEcp/IsVEWQ1UgwFHyQSBhZ/UmQmAewSDREfBgtTaFMLDSEiEgUXf1E1MC5EEAYCAAQAAP+LBQoDKAAMABUAOwBRAFNAUEcBAwIBRwAFAAcBBQdgAAEJAQIDAQJgAAMIAQAGAwBgAAYEBAZUAAYGBFgKAQQGBEwXFg4NAQBNTEJBKigWOxc7EhENFQ4VBwYADAEMCwUUKyUiLgE0PgEyHgEUDgEDIgYUFjI2NCYDIicmJyYnJicmNDc2NzY3Njc2MzIXFhcWFxYUBwYHBgcGBwYHBgEWFxYXFiA3Njc2NyYnJicmIAcGBwYCmzpfODhfc2A3N2A5OEVFcEVFOId+ZVpCNiANBgYOHzZCWmV+h6+dcl4xGwcHBRkiLDpDUVln/XQkOVZiggEOgWNWOSMjOVZjgf7ygmJWOY43X3RfNzdfdF83AU1FcEVFcEX9sEM1X0RTMBwGFQYeL1VFYDdEb1CBQzYHFAcOKjo3SjhFJiwBy0FEaT9TUz9pRj8/Rmg/U1M+aUUAAAAAAwAA/44DugMrABMAGAApAD5AOxcWAgMBGAUCAgMCRwABAwFvBQEDAgNvAAIAAAJSAAICAFgEAQACAEwaGQIAGSkaKRUUDAsAEwITBgUUKwUhIiY1ETQ3NjcBNjIfARYUBwEGJzMBJwElIicmJwEmNDc2FwEWFAciBgFQ/vcMFwEBBQJfCxsF+gsL/bYO7N4CNNb9xAKnBwQGBf7jCwsiCAEeCwsDDnIUDwEJBwQFBQJRCwv6ChwF/aEORwI8z/3LjwEBBQEeCxsFEBD+4gobBgcAAAACAAD/hATxA0EAJgBLADhANQoBBQEBRwYBAgACbwAAAQBvAAEFAW8ABQQFbwAEAwRvAAMDZgAAPDoxLyooACYAJikXBwUWKwE2Fx4BFxYXMxYVBwYiNScmNjsBNCcuAScmJyYHBgcGJicmNjc+AQEGIyInJicmNTMyNi8BJiIVBwYWOwEUFx4BFxY3PgE3PgEnLgECZF1fXZcrLQN8BrwECMIEBQWBGxpeOygfJyVqWBY3EQ4EFjV4AS9aaFNAWzg7ewkIBbwECLwEBQV7LCuZYFheQnkwFwcSEjcDLxEdGoBYXGUGDP0EBP0ECEI9O1oYDwUHBAk9EgcXFzARLDT9JEYXKU5TYg0F/QUF/QQIZVxYgBobCQkzKBIxFhIEAAABAAD/dgLjA1IAJABWS7AqUFhAIAACAQABAgBtBAEABQEABWsAAQEDWAADAwxIAAUFDQVJG0AfAAIBAAECAG0EAQAFAQAFawAFBW4AAQEDWAADAwwBSVlACTUjFDQTIQYFGisBJiMhNTQ2MhYVFBY7ATI2NTQmIgYdASMiBhURFBYzITI2NRE0AtESGv4oYYZiGBEpEBmp7akUGiQkGgJnGiQBUhLORGFiQxEYGBF3qal3ziQa/o0ZJCQZAXMaAAACAAD/kQMUA1IAGAAgACVAIgQCAgAFAwUAA20AAwNuAAUFAVgAAQEMBUkTFTUjEyEGBRorASYrATU0JiIGHQEjIgYVERQWMyEyNjURNCchNTQ2MhYVAwETHBa0/LQWHCYmHAKQHCbb/qJmkmYBihODfrS0foMmG/53HCYmHAGJGyaDSWZmSQAABf/h/3ADTAMzAA0ALABLAFgAZgB2QHNJAQABXVYCCgsCRw0BCwAKAAsKbRIMEQMKBAAKBGsACQAHAQkHYAUDAgEIEAYOBAALAQBgAAQEAlgPAQICDQJJWllNTC4tEA4CAGFgWWZaZlNSTFhNWEVCPDs2My1LLkslJB8cFxYOLBAsCQYADQINEwUUKwEhIiY0NzYzITIWFAcGAyEiLgE1ETQ2MhYVERQWMyEyNjURNDYyFxYVERQOAQMiJj0BNCYrASIGHQEUBiImPQE0PgE7ATIeAR0BDgEBIiY1ETQ2MhYVEQ4BMyImNRE2NzYyFhURFAYDLfzTCxQLCAwDLQoVCwnB/j4hNh8SGxEkGwHCGCYSGQQDHzZNCxUjG68ZJhIaDCE3H7UfNyEEEv7qCxQSGxEEEqYLFAYHCRQUEQJFExoHBRMaBwX9KyE3HwJ3CxUSDv2JGSYkGwJ3CxUJBhH9iR83IQLVEw1XGCckG1cLFQ8KXh83ISE3H1cOEv4MEw0BDAsVEg7+9A4SEw0BDAwJCxMN/vQOEgAAAgAA/5wDtgMgAAwAGAAyQC8AAQMBbwQBAAIAcAADAgIDVAADAwJYBQECAwJMDw0BABUSDRgPGAcGAAwBDAYFFCsFIiY1ETQ2MhYVERQGASEiJjQ2MyEyFhQGAfQWHBwtGxsBefzgFhwcFgMgFxsbZBwWAyAXGxsX/OAWHAGQHC0bGy0cAAAAAAIAAP+9CCMDUgALABcAKkAnAAMFAQIDAlwEAQAAAVgAAQEMAEkODAIAFBEMFw4XCAUACwILBgUUKwEhIiY0NjMhMhYUBgEhIiY0NjMhMhYUBgfQ+NclLy4mBykmLS795/y/JS8uJgNBJi0uAqsvSi4tTC79Ei9KLi1MLgARAAD/agPoA1IAHwArADcAQQBbAGsAbwB/AIMAkwCXAKcAqwC7AL8AzwDTAOJA3wQCKgMAEQ8CDQcADWAJAQcQAQ4MBw5gAAwACxIMC14vIi4eKwUSJSECFRQSFV4kIAIUIx8CExYUE2AwJi0aLAUWKR0CGRgWGV4oHAIYJxsCFwoYF2AIAQYGAVgDAQEBDEgACgoFWAAFBQ0FScLArqyamIaEcnBeXAEA09LR0MrHwM/Cz7++vby2s6y7rrurqqmoop+Yp5qnl5aVlI6LhJOGk4OCgYB6d3B/cn9vbm1sZmNca15rWVdUU1BPTEtIRkNCQUA9OjU0Ly4pKCMiGhcSEA0MCQgFBAAfAR8xBRQrASM1NCYiBh0BITU0JiIGHQEjIgYVERQWMyEyNjURNCYnNDYyFh0BFAYiJjUlNDYyFh0BFAYiJjUBFAYjISImNREhNSE1NDY7ARUUFjI2PQEhFRQWMjY9ATMyFhUBIyIGHQEUFjsBMjY9ATQmByM1MxcjIgYdARQWOwEyNj0BNCYHIzUzJSMiBh0BFBY7ATI2PQE0JgcjNTMTIyIGHQEUFjsBMjY9ATQmByM1MyUjIgYdARQWOwEyNj0BNCYHIzUzFyMiBh0BFBY7ATI2PQE0JgcjNTMDkB00SDT+YjNJNB0lMzMlAzglMzO3ERgRERgR/bIRGBERGBEC/REM/MgMEQNy/I4RDB00STMBnjRINB0MEf2XdQwREQx1DBISKTs7HXUMEREMdQwSEik7OwEIdgwREQx2DBERKjo6HnYMEREMdgwRESo6OgEIdQwREQx1DBERKTs7HXUMEREMdQwRESk7OwLdHSUzMyUdHSUzMyUdNCT9PSUzMyUCwyQ0HQwREQx1DBERDHUMEREMdQwREQz9PQwREQwB8juWDBEdJDQ0JB0dJDQ0JB0RDP70EQx1DBERDHUMEXU7sBEMdgwREQx2DBF1OjsRDHYMEREMdgwRdToBJREMdQwREQx1DBF1OzoRDHUMEREMdQwRdTuwEQx2DBERDHYMEXU6AAABAAD/agPoA1UAVgEqS7AJUFhADEc2AgkIAUchCwICRRtLsApQWEAMRzYCCQgBRyELAgNFG0AMRzYCCQgBRyELAgJFWVlLsAlQWEAtAwECAAJvBQEAAQEAYwwBBgcIBwZlCgEICQcICWsEAQELAQcGAQdfAAkJDQlJG0uwClBYQDEAAwIDbwACAAJvBQEAAQEAYwwBBgcIBwZlCgEICQcICWsEAQELAQcGAQdfAAkJDQlJG0uwDFBYQC0DAQIAAm8FAQABAQBjDAEGBwgHBmUKAQgJBwgJawQBAQsBBwYBB18ACQkNCUkbQC0DAQIAAm8FAQABAG8MAQYHCAcGCG0KAQgJBwgJawQBAQsBBwYBB18ACQkNCUlZWVlAGk5NSUhFRD8+OTg1NDAvKCcjIh8eExQUDQUXKwEmLwEmIgYUHwEhERcWMjY0LwEmJyYHBgcwMQcGFBYyPwERITc2NCYiDwEGFB8BFjI2NC8BIREnJiIGFB8BFjI/ATY0JiIPAREhBwYUFjI/ATAxNjc2NAPmAwRrCRoSCTX+ljgJGhMKbQQGDAwGBGsJEhoJNv6WNQoTGglrCQltCxkSCTgBajYJGhIJawkaCW0KExoJOAFqOAkUGQltBAMCAWoGBGsJEhoJNgFqOAkTGQptBAMFBQMEawkaEgk1/pY2CRoSCWsJGgltCRIaCTj+ljUKExoJawkJbQoaEgk4AWo4CRoSCW0EBggIAAMAAP9qA+sDUgAmAD4AQwBNQEpDQSwDBAIBR0IBAUUABAIGAgQGbQABAAIEAQJgAAYIAQUDBgVgAAMDAFgHAQAADQBJKScCAEA/Jz4pPiAfGhcSDwwJACYCJgkFFCsFISIuATURND4BOwEyFhQGKwEiBhURFBYzITI2PQE0NjIWHQEUDgEBIyImPQE0NjUBMjYzMTIWMxcWFAcBDgEnMwEnAQMQ/WkhOCAgNyL9DA4ODP0cKCgcApccKQ4YDiA3/sK9DA8GAdkDEAIDEAK+CAj+JgQNp5kBv5n+QZYgOCEClyI3IA4YDikc/WkcKCgc/QwODgz9IjcgARwPDL0DEAIB2gUFvgcWCP4nBAc1Ab+Z/kEAAAEAAP9qA+gDUgALAAazBwEBLSsBJwkBBwkBFwkBNwED6GT+cP5wZAGQ/nBkAZABkGT+cALuZP5wAZBk/nD+cGQBkP5wZAGQAAQAAP+LA80DMQAYACMAJQAyAEJAPxkBAgUBRwABAAMEAQNeBwEEAAUCBAVgAAIAAAJUAAICAFgGAQACAEwnJgEALSwmMicyIyIcGwwKABgBGAgFFCsFIiYnAS4BNRE0NjMhMhYzAR4BBgcBBgcGCQEWMjcBNjQnASEBMQEyHgEUDgEiLgE0PgECCBgwD/5+AwsTDwHFBBQDAYIXEBAX/roWExf+RQF8DzIPAUcPD/6E/mkDJ/2hGi4cHC40LhwcLnUTDwGCBhEEAcUPEwf+dxdAQBf+uhEHCgHM/oQPDwFHDzIPAXz+IAF8HC40LhwcLjQuHAAFAAD/gASHA1IAOQBJAGsAdQB/ANu2JRgCAQQBR0uwF1BYQE8ABg8DDwYDbQUBAwQPAwRrAAQBDwQBawABAA8BAGsCAQAQDwAQaxIBEAAODRAOXgANDAEICQ0IYAAPDwdYEQEHBwxICwEJCQpYAAoKDQpJG0BMAAYPAw8GA20FAQMEDwMEawAEAQ8EAWsAAQAPAQBrAgEAEA8AEGsSARAADg0QDl4ADQwBCAkNCGALAQkACgkKXAAPDwdYEQEHBwwPSVlAKnZ2TEp2f3Z/fHl1dHFuZmRiYF1aV1VTUUprTGtEQzg1MjEuKxISNxMFFysBBhcWFxYXFjsBNjc2MhY3Mjc2PwE2NzY3MTYmKwEmJyY1Jjc2NzUyNic1JicjIg8BBiIvASYrASIGNw4CBwYXFjsBMj4CJyYlISIGFREUFjMhFAcjIgYUFjMhMjY0JisBJjUhMjY1ETQmExQGIyEiJj0BISURNDYzITIWFREBvxcJCR0RCxARARANEh8iDRIRCRABCwcGAgEBAQENDRYBEgoMAQEBGS8GEB0FDAkOBBgPARkryw8hFAYHAgIBBA8dFgwCAQGW/CckMzMkAYUPQwwREQwBdAwQEAxDEAGFJDMzBhkR/CcRGQQt+9MZEQPZERkCKSg7NSoZCg8BBwgQAQ8JFwEPEQ0JAQMFDRchGxYNBwECAQEkAwsCBAUBChp3ARAZDxIQAw8bIRADmzMk/XUkMz0jERcRERcRIj4zJAKLJDP9HhEZGRE4LQImERkZEf3aAAAAAAUAAP+kA+gDEwAgACkALQCDAKYAhUCCpJYoEQQBBgEKo5wCAAF+VU9OLgUEA3hbAgUEBEctLCsaEgMGCkUMDgIKAQpvBwEFBAYEBQZtAAEAAA0BAGAADQALAw0LYAkBAwgBBAUDBGAABgICBlQABgYCWAACBgJMhYSgn5mYj46EpoWmgYB7enV0amleXVhXUlE+PSQjGQ8FFSsBBSMlFRYVFAcGIicmNTQ3Njc1PwM+ATclMwUeARQGBRQWMjY1NCcGJQ0BJRMeAR0BFAYPAQYHBgcGBwYiJyYnJicmJyYnLgEnNTQ2NzU0NjIWHQEUBiIGHQEUFjIWFxQXFhcWFxYXFjI3Njc2NzY/AT4BMjY9ATQmIiY9ATQ2MhYVJzIWHQEUBgcGBwYiJyYnLgE9ATQ2MhYdARYXFjI3Njc1NDYD2P5QBP5mJRQQKBAUDgkOAQICAgIEAQGyBAGwBwkJ/IULDwwTEwHC/uIBHgEeCBEWGRMHIw4SICYuOHw4LiYgEgsTDwoTGAEWEQsQDAwQCwsOCwIWGAsIEiAoOH83KCASCA4lBwIKDgwMEAsLEAwmCAoVGy41SJRINS4bFQsQCiY1UalRMikKArg3NUAsJBwPDAwPHBcZEQ9UBwIEAQIBATc3AQoOCpQKCAkJFBkZtiUkJP7BBh0STBMeBRJiGiMhKRgcHBgpISMVMigfBB8TTBIdBhYICwsIJgcLCwhMBwsHBgI7QBcRFikaIyMaKRYRG2cSBgcKCEwICwoIJggLCwj9CwiJCwwLEgsPDwsSCwwLiQgLCwh8Eg0VFQ0SfAgLAAAAAAEAAAABAACVtSFlXw889QALA+gAAAAA1pig6wAAAADWmKDr/+H/aggjA1UAAAAIAAIAAAAAAAAAAQAAA1L/agAACHf/4f/hCCMAAQAAAAAAAAAAAAAAAAAAABgD6AAAA+gAAAKDAAADYwAAA6UAAAPoAAAD6AAAA1kAAATPAAAFNQAAA+gAAAUOAAAC7gAAAyAAAAMt/+ED6AAACHcAAAPoAAAD6AAAA+gAAAPoAAAD6AAABI8AAAQnAAAAAAAAAGwA2AGEAewDRAPkBJoFYAYMBnYHBgdmB6oIdgi6CPgKfguQDBoMPgy4DdwPDQAAAAEAAAAYANQAEQAAAAAAAgBiAHIAcwAAAPMLcAAAAAAAAAASAN4AAQAAAAAAAAA1AAAAAQAAAAAAAQAIADUAAQAAAAAAAgAHAD0AAQAAAAAAAwAIAEQAAQAAAAAABAAIAEwAAQAAAAAABQALAFQAAQAAAAAABgAIAF8AAQAAAAAACgArAGcAAQAAAAAACwATAJIAAwABBAkAAABqAKUAAwABBAkAAQAQAQ8AAwABBAkAAgAOAR8AAwABBAkAAwAQAS0AAwABBAkABAAQAT0AAwABBAkABQAWAU0AAwABBAkABgAQAWMAAwABBAkACgBWAXMAAwABBAkACwAmAclDb3B5cmlnaHQgKEMpIDIwMTggYnkgb3JpZ2luYWwgYXV0aG9ycyBAIGZvbnRlbGxvLmNvbWZvbnRlbGxvUmVndWxhcmZvbnRlbGxvZm9udGVsbG9WZXJzaW9uIDEuMGZvbnRlbGxvR2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AQwBvAHAAeQByAGkAZwBoAHQAIAAoAEMAKQAgADIAMAAxADgAIABiAHkAIABvAHIAaQBnAGkAbgBhAGwAIABhAHUAdABoAG8AcgBzACAAQAAgAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAGYAbwBuAHQAZQBsAGwAbwBSAGUAZwB1AGwAYQByAGYAbwBuAHQAZQBsAGwAbwBmAG8AbgB0AGUAbABsAG8AVgBlAHIAcwBpAG8AbgAgADEALgAwAGYAbwBuAHQAZQBsAGwAbwBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAAAAgAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAQIBAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwEQAREBEgETARQBFQEWARcBGAEZAAlkYXNoYm9hcmQHZGV2aWNlcwdyZXBvcnRzB3NjaG9vbHMIc2V0dGluZ3MOZ3JhZHVhdGlvbi1jYXAJdGVtcGxhdGVzBXVzZXJzCXZpZXctaWNvbgllZGl0LWljb24LcmVsb2FkLWljb24KZ3JlZW4tbG9jawtvcmFuZ2UtbG9jawtyZW1vdmUtaWNvbglwbHVzLWljb24NZmlsdGVyLWJ1dHRvbg1jYWxlbmRhci1pY29uCWRyYWctaWNvbgxlZGl0LXN0dWRlbnQKY2xvc2UtaWNvbgllZGl0LXRhZ3MFbWFjb3MHc3R1ZGVudAAAAAAAAQAB//8ADwAAAAAAAAAAAAAAAAAAAAAAGAAYABgAGANV/2oDVf9qsAAsILAAVVhFWSAgS7gADlFLsAZTWliwNBuwKFlgZiCKVViwAiVhuQgACABjYyNiGyEhsABZsABDI0SyAAEAQ2BCLbABLLAgYGYtsAIsIGQgsMBQsAQmWrIoAQpDRWNFUltYISMhG4pYILBQUFghsEBZGyCwOFBYIbA4WVkgsQEKQ0VjRWFksChQWCGxAQpDRWNFILAwUFghsDBZGyCwwFBYIGYgiophILAKUFhgGyCwIFBYIbAKYBsgsDZQWCGwNmAbYFlZWRuwAStZWSOwAFBYZVlZLbADLCBFILAEJWFkILAFQ1BYsAUjQrAGI0IbISFZsAFgLbAELCMhIyEgZLEFYkIgsAYjQrEBCkNFY7EBCkOwAWBFY7ADKiEgsAZDIIogirABK7EwBSWwBCZRWGBQG2FSWVgjWSEgsEBTWLABKxshsEBZI7AAUFhlWS2wBSywB0MrsgACAENgQi2wBiywByNCIyCwACNCYbACYmawAWOwAWCwBSotsAcsICBFILALQ2O4BABiILAAUFiwQGBZZrABY2BEsAFgLbAILLIHCwBDRUIqIbIAAQBDYEItsAkssABDI0SyAAEAQ2BCLbAKLCAgRSCwASsjsABDsAQlYCBFiiNhIGQgsCBQWCGwABuwMFBYsCAbsEBZWSOwAFBYZVmwAyUjYUREsAFgLbALLCAgRSCwASsjsABDsAQlYCBFiiNhIGSwJFBYsAAbsEBZI7AAUFhlWbADJSNhRESwAWAtsAwsILAAI0KyCwoDRVghGyMhWSohLbANLLECAkWwZGFELbAOLLABYCAgsAxDSrAAUFggsAwjQlmwDUNKsABSWCCwDSNCWS2wDywgsBBiZrABYyC4BABjiiNhsA5DYCCKYCCwDiNCIy2wECxLVFixBGREWSSwDWUjeC2wESxLUVhLU1ixBGREWRshWSSwE2UjeC2wEiyxAA9DVVixDw9DsAFhQrAPK1mwAEOwAiVCsQwCJUKxDQIlQrABFiMgsAMlUFixAQBDYLAEJUKKiiCKI2GwDiohI7ABYSCKI2GwDiohG7EBAENgsAIlQrACJWGwDiohWbAMQ0ewDUNHYLACYiCwAFBYsEBgWWawAWMgsAtDY7gEAGIgsABQWLBAYFlmsAFjYLEAABMjRLABQ7AAPrIBAQFDYEItsBMsALEAAkVUWLAPI0IgRbALI0KwCiOwAWBCIGCwAWG1EBABAA4AQkKKYLESBiuwcisbIlktsBQssQATKy2wFSyxARMrLbAWLLECEystsBcssQMTKy2wGCyxBBMrLbAZLLEFEystsBossQYTKy2wGyyxBxMrLbAcLLEIEystsB0ssQkTKy2wHiwAsA0rsQACRVRYsA8jQiBFsAsjQrAKI7ABYEIgYLABYbUQEAEADgBCQopgsRIGK7ByKxsiWS2wHyyxAB4rLbAgLLEBHistsCEssQIeKy2wIiyxAx4rLbAjLLEEHistsCQssQUeKy2wJSyxBh4rLbAmLLEHHistsCcssQgeKy2wKCyxCR4rLbApLCA8sAFgLbAqLCBgsBBgIEMjsAFgQ7ACJWGwAWCwKSohLbArLLAqK7AqKi2wLCwgIEcgILALQ2O4BABiILAAUFiwQGBZZrABY2AjYTgjIIpVWCBHICCwC0NjuAQAYiCwAFBYsEBgWWawAWNgI2E4GyFZLbAtLACxAAJFVFiwARawLCqwARUwGyJZLbAuLACwDSuxAAJFVFiwARawLCqwARUwGyJZLbAvLCA1sAFgLbAwLACwAUVjuAQAYiCwAFBYsEBgWWawAWOwASuwC0NjuAQAYiCwAFBYsEBgWWawAWOwASuwABa0AAAAAABEPiM4sS8BFSotsDEsIDwgRyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsABDYTgtsDIsLhc8LbAzLCA8IEcgsAtDY7gEAGIgsABQWLBAYFlmsAFjYLAAQ2GwAUNjOC2wNCyxAgAWJSAuIEewACNCsAIlSYqKRyNHI2EgWGIbIVmwASNCsjMBARUUKi2wNSywABawBCWwBCVHI0cjYbAJQytlii4jICA8ijgtsDYssAAWsAQlsAQlIC5HI0cjYSCwBCNCsAlDKyCwYFBYILBAUVizAiADIBuzAiYDGllCQiMgsAhDIIojRyNHI2EjRmCwBEOwAmIgsABQWLBAYFlmsAFjYCCwASsgiophILACQ2BkI7ADQ2FkUFiwAkNhG7ADQ2BZsAMlsAJiILAAUFiwQGBZZrABY2EjICCwBCYjRmE4GyOwCENGsAIlsAhDRyNHI2FgILAEQ7ACYiCwAFBYsEBgWWawAWNgIyCwASsjsARDYLABK7AFJWGwBSWwAmIgsABQWLBAYFlmsAFjsAQmYSCwBCVgZCOwAyVgZFBYIRsjIVkjICCwBCYjRmE4WS2wNyywABYgICCwBSYgLkcjRyNhIzw4LbA4LLAAFiCwCCNCICAgRiNHsAErI2E4LbA5LLAAFrADJbACJUcjRyNhsABUWC4gPCMhG7ACJbACJUcjRyNhILAFJbAEJUcjRyNhsAYlsAUlSbACJWG5CAAIAGNjIyBYYhshWWO4BABiILAAUFiwQGBZZrABY2AjLiMgIDyKOCMhWS2wOiywABYgsAhDIC5HI0cjYSBgsCBgZrACYiCwAFBYsEBgWWawAWMjICA8ijgtsDssIyAuRrACJUZSWCA8WS6xKwEUKy2wPCwjIC5GsAIlRlBYIDxZLrErARQrLbA9LCMgLkawAiVGUlggPFkjIC5GsAIlRlBYIDxZLrErARQrLbA+LLA1KyMgLkawAiVGUlggPFkusSsBFCstsD8ssDYriiAgPLAEI0KKOCMgLkawAiVGUlggPFkusSsBFCuwBEMusCsrLbBALLAAFrAEJbAEJiAuRyNHI2GwCUMrIyA8IC4jOLErARQrLbBBLLEIBCVCsAAWsAQlsAQlIC5HI0cjYSCwBCNCsAlDKyCwYFBYILBAUVizAiADIBuzAiYDGllCQiMgR7AEQ7ACYiCwAFBYsEBgWWawAWNgILABKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwAmIgsABQWLBAYFlmsAFjYbACJUZhOCMgPCM4GyEgIEYjR7ABKyNhOCFZsSsBFCstsEIssDUrLrErARQrLbBDLLA2KyEjICA8sAQjQiM4sSsBFCuwBEMusCsrLbBELLAAFSBHsAAjQrIAAQEVFBMusDEqLbBFLLAAFSBHsAAjQrIAAQEVFBMusDEqLbBGLLEAARQTsDIqLbBHLLA0Ki2wSCywABZFIyAuIEaKI2E4sSsBFCstsEkssAgjQrBIKy2wSiyyAABBKy2wSyyyAAFBKy2wTCyyAQBBKy2wTSyyAQFBKy2wTiyyAABCKy2wTyyyAAFCKy2wUCyyAQBCKy2wUSyyAQFCKy2wUiyyAAA+Ky2wUyyyAAE+Ky2wVCyyAQA+Ky2wVSyyAQE+Ky2wViyyAABAKy2wVyyyAAFAKy2wWCyyAQBAKy2wWSyyAQFAKy2wWiyyAABDKy2wWyyyAAFDKy2wXCyyAQBDKy2wXSyyAQFDKy2wXiyyAAA/Ky2wXyyyAAE/Ky2wYCyyAQA/Ky2wYSyyAQE/Ky2wYiywNysusSsBFCstsGMssDcrsDsrLbBkLLA3K7A8Ky2wZSywABawNyuwPSstsGYssDgrLrErARQrLbBnLLA4K7A7Ky2waCywOCuwPCstsGkssDgrsD0rLbBqLLA5Ky6xKwEUKy2wayywOSuwOystsGwssDkrsDwrLbBtLLA5K7A9Ky2wbiywOisusSsBFCstsG8ssDorsDsrLbBwLLA6K7A8Ky2wcSywOiuwPSstsHIsswkEAgNFWCEbIyFZQiuwCGWwAyRQeLABFTAtAEu4AMhSWLEBAY5ZsAG5CAAIAGNwsQAFQrIAAQAqsQAFQrMKAgEIKrEABUKzDgABCCqxAAZCugLAAAEACSqxAAdCugBAAAEACSqxAwBEsSQBiFFYsECIWLEDZESxJgGIUVi6CIAAAQRAiGNUWLEDAERZWVlZswwCAQwquAH/hbAEjbECAEQAAA==') format('truetype');
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?93997594#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-dashboard:before {
  content: '\e800';
}
/* '' */
.icon-devices:before {
  content: '\e801';
}
/* '' */
.icon-reports:before {
  content: '\e802';
}
/* '' */
.icon-schools:before {
  content: '\e803';
}
/* '' */
.icon-settings:before {
  content: '\e804';
}
/* '' */
.icon-graduation-cap:before {
  content: '\e805';
}
/* '' */
.icon-templates:before {
  content: '\e806';
}
/* '' */
.icon-users:before {
  content: '\e807';
}
/* '' */
.icon-view-icon:before {
  content: '\e808';
}
/* '' */
.icon-edit-icon:before {
  content: '\e809';
}
/* '' */
.icon-reload-icon:before {
  content: '\e80a';
}
/* '' */
.icon-green-lock:before {
  content: '\e80b';
}
/* '' */
.icon-orange-lock:before {
  content: '\e80c';
}
/* '' */
.icon-remove-icon:before {
  content: '\e80d';
}
/* '' */
.icon-plus-icon:before {
  content: '\e80e';
}
/* '' */
.icon-filter-button:before {
  content: '\e80f';
}
/* '' */
.icon-calendar-icon:before {
  content: '\e810';
}
/* '' */
.icon-drag-icon:before {
  content: '\e811';
}
/* '' */
.icon-edit-student:before {
  content: '\e812';
}
/* '' */
.icon-close-icon:before {
  content: '\e813';
}
/* '' */
.icon-edit-tags:before {
  content: '\e814';
}
/* '' */
.icon-macos:before {
  content: '\e815';
}
/* '' */
.icon-student:before {
  content: '\e816';
}
/* '' */
#header-navbar {
  min-height: 70px;
  background-color: #FFFFFF;
}
#header-navbar:before,
#header-navbar:after {
  content: " ";
  display: table;
}
#header-navbar:after {
  clear: both;
}
#header-navbar:before,
#header-navbar:after {
  content: " ";
  display: table;
}
#header-navbar:after {
  clear: both;
}
#header-navbar:before,
#header-navbar:after {
  content: " ";
  display: table;
}
#header-navbar:after {
  clear: both;
}
#header-navbar:before,
#header-navbar:after {
  content: " ";
  display: table;
}
#header-navbar:after {
  clear: both;
}
.rotate-arrow {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}
.arrow-down {
  margin-left: auto;
}
.nav-link-menu {
  border-left: 3px solid transparent;
  display: flex !important;
  align-items: center;
}
.header-navbar-fixed #header-navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  min-width: 320px;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}
.header-navbar-fixed #main-container {
  padding-top: 72px;
}
@media screen and (min-width: 992px) {
  .header-navbar-fixed.sidebar-l.sidebar-o #header-navbar {
    left: 230px;
  }
  .header-navbar-fixed.sidebar-r.sidebar-o #header-navbar {
    right: 230px;
  }
  .header-navbar-fixed.sidebar-l.sidebar-o.sidebar-mini #header-navbar {
    left: 80px;
  }
  .header-navbar-fixed.sidebar-r.sidebar-o.sidebar-mini #header-navbar {
    right: 80px;
  }
}
.header-navbar-transparent #header-navbar {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header-navbar-transparent.header-navbar-fixed.header-navbar-scroll #header-navbar {
  background-color: #FFFFFF;
}
.header-navbar-transparent.header-navbar-fixed #main-container {
  padding-top: 0;
}
#page-container {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  min-width: 320px;
  background-color: #2c343f;
}
@media screen and (min-width: 992px) {
  #page-container.sidebar-l.sidebar-o {
    padding-left: 230px;
  }
  #page-container.sidebar-r.sidebar-o {
    padding-right: 230px;
  }
  #page-container.sidebar-l.sidebar-o.sidebar-mini {
    padding-left: 80px;
  }
  #page-container.sidebar-r.sidebar-o.sidebar-mini {
    padding-right: 80px;
  }
}
#sidebar,
#side-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1031;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -o-transition: all 0.28s ease-out;
  -webkit-transition: all 0.28s ease-out;
  transition: all 0.28s ease-out;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 992px) {
  .side-scroll #sidebar,
  .side-scroll #side-overlay {
    overflow-y: hidden;
  }
}
#sidebar {
  width: 230px;
  background: var(--sidebar-background);
}
.sidebar-l #sidebar {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translateX(-100%) translateY(0) translateZ(0);
  -ms-transform: translateX(-100%) translateY(0);
  transform: translateX(-100%) translateY(0) translateZ(0);
}
.sidebar-r #sidebar {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translateX(100%) translateY(0) translateZ(0);
  -ms-transform: translateX(100%) translateY(0);
  transform: translateX(100%) translateY(0) translateZ(0);
}
@media screen and (max-width: 991px) {
  #sidebar {
    width: 100%;
    opacity: 0;
  }
  .sidebar-o-xs #sidebar {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(0) translateY(0) translateZ(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0) translateZ(0);
  }
}
@media screen and (min-width: 992px) {
  #sidebar {
    width: 230px;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  .sidebar-o #sidebar {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(0) translateY(0) translateZ(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0) translateZ(0);
  }
  .sidebar-o.sidebar-mini #sidebar {
    overflow-x: hidden;
    -o-transition: all 0.28s ease-out;
    -webkit-transition: all 0.28s ease-out;
    transition: all 0.28s ease-out;
  }
  .sidebar-l.sidebar-o.sidebar-mini #sidebar {
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0);
    -webkit-transform: translateX(-150px) translateY(0) translateZ(0);
    -ms-transform: translateX(-150px) translateY(0);
    transform: translateX(-150px) translateY(0) translateZ(0);
  }
  .sidebar-r.sidebar-o.sidebar-mini #sidebar {
    -webkit-transform: translate3d(150px, 0, 0);
    transform: translate3d(150px, 0, 0);
    -webkit-transform: translateX(150px) translateY(0) translateZ(0);
    -ms-transform: translateX(150px) translateY(0);
    transform: translateX(150px) translateY(0) translateZ(0);
  }
  .sidebar-o.sidebar-mini #sidebar .sidebar-content {
    width: 230px;
    -o-transition: all 0.28s ease-out;
    -webkit-transition: all 0.28s ease-out;
    transition: all 0.28s ease-out;
  }
  .sidebar-l.sidebar-o.sidebar-mini #sidebar .sidebar-content {
    -webkit-transform: translate3d(150px, 0, 0);
    transform: translate3d(150px, 0, 0);
    -webkit-transform: translateX(150px) translateY(0) translateZ(0);
    -ms-transform: translateX(150px) translateY(0);
    transform: translateX(150px) translateY(0) translateZ(0);
  }
  .sidebar-o.sidebar-mini #sidebar:hover,
  .sidebar-o.sidebar-mini #sidebar:hover .sidebar-content {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(0) translateY(0) translateZ(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0) translateZ(0);
  }
  .sidebar-o.sidebar-mini #sidebar .sidebar-mini-hide {
    opacity: 0;
    display: none;
    -o-transition: opacity 0.28s ease-out;
    -webkit-transition: opacity 0.28s ease-out;
    transition: opacity 0.28s ease-out;
  }
  .sidebar-o.sidebar-mini #sidebar .active-sub-menu a {
    padding-bottom: 20px;
  }
  .sidebar-o.sidebar-mini #sidebar .active-sub-menu::before {
    content: "\00B7";
    color: var(--brand-base);
    left: 25px;
    position: absolute;
    font-size: 52px;
    top: 15px;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .sidebar-o.sidebar-mini #sidebar .arrow-down {
    margin-left: 0;
  }
  .sidebar-o.sidebar-mini #sidebar .sidebar-mini-show {
    display: inline-block;
    -o-transition: opacity 0.28s ease-out;
    -webkit-transition: opacity 0.28s ease-out;
    transition: opacity 0.28s ease-out;
  }
  .sidebar-o.sidebar-mini #sidebar .sidebar-mini-hidden {
    display: none;
  }
  .sidebar-o.sidebar-mini #sidebar .nav-main > li.open > ul {
    display: none;
  }
  .sidebar-o.sidebar-mini #sidebar:hover .sidebar-mini-hide {
    opacity: 1;
    display: inherit;
  }
  .sidebar-o.sidebar-mini #sidebar:hover .arrow-down {
    margin-left: auto;
  }
  .sidebar-o.sidebar-mini #sidebar:hover .active-sub-menu a {
    padding-bottom: 10px;
  }
  .sidebar-o.sidebar-mini #sidebar:hover .active-sub-menu::before {
    display: none;
  }
  .sidebar-o.sidebar-mini #sidebar:hover .sidebar-mini-show {
    display: none;
  }
  .sidebar-o.sidebar-mini #sidebar:hover .sidebar-mini-hidden {
    display: initial;
  }
  .sidebar-o.sidebar-mini #sidebar:hover .nav-main > li.open > ul {
    display: block;
  }
}
#side-overlay {
  background-color: #FFFFFF;
}
.sidebar-l #side-overlay {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translateX(100%) translateY(0) translateZ(0);
  -ms-transform: translateX(100%) translateY(0);
  transform: translateX(100%) translateY(0) translateZ(0);
}
.sidebar-r #side-overlay {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translateX(-100%) translateY(0) translateZ(0);
  -ms-transform: translateX(-100%) translateY(0);
  transform: translateX(-100%) translateY(0) translateZ(0);
}
@media screen and (max-width: 991px) {
  #side-overlay {
    width: 100%;
    opacity: 0;
  }
  .side-overlay-o #side-overlay {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(0) translateY(0) translateZ(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0) translateZ(0);
  }
}
@media screen and (min-width: 992px) {
  #side-overlay {
    width: 320px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }
  .sidebar-l #side-overlay {
    -webkit-transform: translate3d(110%, 0, 0);
    transform: translate3d(110%, 0, 0);
    -webkit-transform: translateX(110%) translateY(0) translateZ(0);
    -ms-transform: translateX(110%) translateY(0);
    transform: translateX(110%) translateY(0) translateZ(0);
  }
  .sidebar-r #side-overlay {
    -webkit-transform: translate3d(-110%, 0, 0);
    transform: translate3d(-110%, 0, 0);
    -webkit-transform: translateX(-110%) translateY(0) translateZ(0);
    -ms-transform: translateX(-110%) translateY(0);
    transform: translateX(-110%) translateY(0) translateZ(0);
  }
  .sidebar-l.side-overlay-hover #side-overlay {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
    -webkit-transform: translateX(300px) translateY(0) translateZ(0);
    -ms-transform: translateX(300px) translateY(0);
    transform: translateX(300px) translateY(0) translateZ(0);
  }
  .sidebar-r.side-overlay-hover #side-overlay {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
    -webkit-transform: translateX(-300px) translateY(0) translateZ(0);
    -ms-transform: translateX(-300px) translateY(0);
    transform: translateX(-300px) translateY(0) translateZ(0);
  }
  .side-overlay-hover #side-overlay:hover,
  .side-overlay-o #side-overlay,
  .side-overlay-o.side-overlay-hover #side-overlay {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(0) translateY(0) translateZ(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0) translateZ(0);
  }
}
.side-header {
  margin: 0 auto;
  min-height: 70px;
}
.side-header:before,
.side-header:after {
  content: " ";
  display: table;
}
.side-header:after {
  clear: both;
}
.side-header:before,
.side-header:after {
  content: " ";
  display: table;
}
.side-header:after {
  clear: both;
}
.side-header:before,
.side-header:after {
  content: " ";
  display: table;
}
.side-header:after {
  clear: both;
}
.side-header:before,
.side-header:after {
  content: " ";
  display: table;
}
.side-header:after {
  clear: both;
}
.side-header.side-content {
  overflow: visible;
}
.side-header > span,
.side-header > a {
  display: inline-block;
  line-height: 34px;
}
.side-header img {
  display: inline-block;
  margin-top: -2px;
}
.side-content {
  margin: 0 auto;
  padding: 13px 20px 1px;
  max-width: 100%;
  overflow-x: hidden;
  font-size: 14px;
}
.side-content p,
.side-content .push,
.side-content .block,
.side-content .items-push > div {
  margin-bottom: 13px;
}
.side-content .items-push-2x > div {
  margin-bottom: 26px;
}
.side-content .items-push-3x > div {
  margin-bottom: 39px;
}
.side-content.side-content-full {
  padding-bottom: 13px;
}
.side-content.side-content-full .pull-b {
  margin-bottom: -13px;
}
.side-content .pull-t {
  margin-top: -13px;
}
.side-content .pull-r-l {
  margin-right: -20px;
  margin-left: -20px;
}
.side-content .pull-b {
  margin-bottom: -1px;
}
#main-container,
#page-footer {
  overflow-x: hidden;
  overflow-y: visible;
}
#main-container {
  background-color: #FFFFFF;
}
#main-container.unset-overflow {
  overflow-x: unset;
}
.content {
  margin: 0 auto;
  padding: 16px 14px 1px;
  max-width: 100%;
  overflow-x: visible;
}
.content p,
.content .push,
.content .block,
.content .items-push > div {
  margin-bottom: 16px;
}
.content .items-push-2x > div {
  margin-bottom: 32px;
}
.content .items-push-3x > div {
  margin-bottom: 48px;
}
.content.content-full {
  padding-bottom: 16px;
}
.content.content-full .pull-b {
  margin-bottom: -16px;
}
.content .pull-t {
  margin-top: -16px;
}
.content .pull-r-l {
  margin-right: -14px;
  margin-left: -14px;
}
.content .pull-b {
  margin-bottom: -1px;
}
@media screen and (min-width: 768px) {
  .content {
    margin: 0 auto;
    padding: 30px 30px 1px;
    max-width: 100%;
    overflow-x: visible;
  }
  .content p,
  .content .push,
  .content .block,
  .content .items-push > div {
    margin-bottom: 30px;
  }
  .content .items-push-2x > div {
    margin-bottom: 60px;
  }
  .content .items-push-3x > div {
    margin-bottom: 90px;
  }
  .content.content-full {
    padding-bottom: 30px;
  }
  .content.content-full .pull-b {
    margin-bottom: -30px;
  }
  .content .pull-t {
    margin-top: -30px;
  }
  .content .pull-r-l {
    margin-right: -30px;
    margin-left: -30px;
  }
  .content .pull-b {
    margin-bottom: -1px;
  }
  .content.content-boxed {
    max-width: 1280px;
  }
  .content.content-narrow {
    max-width: 95%;
  }
}
.content-grid {
  margin-bottom: 24px;
}
.content-grid .push,
.content-grid .block {
  margin-bottom: 6px;
}
.content-grid .row {
  margin-left: -3px;
  margin-right: -3px;
}
.content-grid .row > div[class*="col"] {
  padding-left: 3px;
  padding-right: 3px;
}
.content-mini {
  margin: 0 auto;
  padding: 18px 14px 1px;
  max-width: 100%;
  overflow-x: visible;
}
.content-mini p,
.content-mini .push,
.content-mini .block,
.content-mini .items-push > div {
  margin-bottom: 18px;
}
.content-mini .items-push-2x > div {
  margin-bottom: 36px;
}
.content-mini .items-push-3x > div {
  margin-bottom: 54px;
}
.content-mini.content-mini-full {
  padding-bottom: 18px;
}
.content-mini.content-mini-full .pull-b {
  margin-bottom: -18px;
}
.content-mini .pull-t {
  margin-top: -18px;
}
.content-mini .pull-r-l {
  margin-right: -14px;
  margin-left: -14px;
}
.content-mini .pull-b {
  margin-bottom: -1px;
}
@media screen and (min-width: 768px) {
  .content-mini {
    margin: 0 auto;
    padding: 18px 30px 1px;
    max-width: 100%;
    overflow-x: visible;
  }
  .content-mini p,
  .content-mini .push,
  .content-mini .block,
  .content-mini .items-push > div {
    margin-bottom: 18px;
  }
  .content-mini .items-push-2x > div {
    margin-bottom: 36px;
  }
  .content-mini .items-push-3x > div {
    margin-bottom: 54px;
  }
  .content-mini.content-mini-full {
    padding-bottom: 18px;
  }
  .content-mini.content-mini-full .pull-b {
    margin-bottom: -18px;
  }
  .content-mini .pull-t {
    margin-top: -18px;
  }
  .content-mini .pull-r-l {
    margin-right: -30px;
    margin-left: -30px;
  }
  .content-mini .pull-b {
    margin-bottom: -1px;
  }
}
.content-boxed {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}
.bg-image {
  background-color: #f3f3f3;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.bg-image-cover {
  height: 300px;
}
@media screen and (min-width: 992px) {
  .bg-image-cover {
    height: 750px;
  }
}
@media screen and (min-width: 1200px) {
  .bg-image-parallax {
    background-attachment: fixed;
  }
}
.form-material {
  position: relative;
  margin: 10px 0 10px;
}
.form-material > label {
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 13px;
  font-weight: 600;
  -webkit-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  transform: translateY(-24px);
}
.form-material.floating > label {
  font-size: 14px;
  font-weight: 400;
  cursor: text;
  z-index: 10;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.form-material.floating > .form-control[disabled] + label,
.form-material.floating > .form-control[readonly] + label,
fieldset[disabled] .form-material.floating > label {
  cursor: not-allowed;
}
.form-material > .form-control {
  padding-left: 0;
  padding-right: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0 #e6e6e6;
  box-shadow: 0 1px 0 #e6e6e6;
}
.form-material > .form-control:focus {
  background-color: transparent;
  -webkit-box-shadow: 0 2px 0 #646464;
  box-shadow: 0 2px 0 #646464;
}
.form-material > .form-control:focus + label {
  color: #646464;
}
.form-material > .form-control:focus ~ .input-group-addon {
  -webkit-box-shadow: 0 2px 0 #646464;
  box-shadow: 0 2px 0 #646464;
}
.form-material > .form-control:focus + label,
.form-material.floating.open > label {
  font-size: 13px;
  font-weight: 600;
  cursor: default;
  -webkit-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  transform: translateY(-24px);
}
.form-material .form-control[disabled],
.form-material .form-control[readonly],
.form-material fieldset[disabled] .form-control {
  background-color: #fff;
  border-bottom: 1px dashed #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-material.input-group .input-group-addon {
  border: none;
  background-color: transparent;
  border-radius: 0 !important;
  -webkit-box-shadow: 0 1px 0 #e6e6e6;
  box-shadow: 0 1px 0 #e6e6e6;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.form-material.form-material-primary > .form-control:focus {
  -webkit-box-shadow: 0 2px 0 #1EC5B8;
  box-shadow: 0 2px 0 #1EC5B8;
}
.form-material.form-material-primary > .form-control:focus + label {
  color: #1EC5B8;
}
.form-material.form-material-primary > .form-control:focus ~ .input-group-addon {
  color: #1EC5B8;
  -webkit-box-shadow: 0 2px 0 #1EC5B8;
  box-shadow: 0 2px 0 #1EC5B8;
}
.form-material.form-material-success > .form-control:focus {
  -webkit-box-shadow: 0 2px 0 #05a64f;
  box-shadow: 0 2px 0 #05a64f;
}
.form-material.form-material-success > .form-control:focus + label {
  color: #05a64f;
}
.form-material.form-material-success > .form-control:focus ~ .input-group-addon {
  color: #05a64f;
  -webkit-box-shadow: 0 2px 0 #05a64f;
  box-shadow: 0 2px 0 #05a64f;
}
.form-material.form-material-info > .form-control:focus {
  -webkit-box-shadow: 0 2px 0 #13a7cf;
  box-shadow: 0 2px 0 #13a7cf;
}
.form-material.form-material-info > .form-control:focus + label {
  color: #13a7cf;
}
.form-material.form-material-info > .form-control:focus ~ .input-group-addon {
  color: #13a7cf;
  -webkit-box-shadow: 0 2px 0 #13a7cf;
  box-shadow: 0 2px 0 #13a7cf;
}
.form-material.form-material-warning > .form-control:focus {
  -webkit-box-shadow: 0 2px 0 #ed9700;
  box-shadow: 0 2px 0 #ed9700;
}
.form-material.form-material-warning > .form-control:focus + label {
  color: #ed9700;
}
.form-material.form-material-warning > .form-control:focus ~ .input-group-addon {
  color: #ed9700;
  -webkit-box-shadow: 0 2px 0 #ed9700;
  box-shadow: 0 2px 0 #ed9700;
}
.form-material.form-material-danger > .form-control:focus {
  -webkit-box-shadow: 0 2px 0 #cc2424;
  box-shadow: 0 2px 0 #cc2424;
}
.form-material.form-material-danger > .form-control:focus + label {
  color: #cc2424;
}
.form-material.form-material-danger > .form-control:focus ~ .input-group-addon {
  color: #cc2424;
  -webkit-box-shadow: 0 2px 0 #cc2424;
  box-shadow: 0 2px 0 #cc2424;
}
.has-success .form-material > .form-control {
  -webkit-box-shadow: 0 1px 0 #05a64f;
  box-shadow: 0 1px 0 #05a64f;
}
.has-success .form-material > .form-control:focus {
  -webkit-box-shadow: 0 2px 0 #05a64f;
  box-shadow: 0 2px 0 #05a64f;
}
.has-success .form-material > .form-control:focus + label {
  color: #05a64f;
}
.has-success .form-material > .form-control:focus ~ .input-group-addon {
  color: #05a64f;
  -webkit-box-shadow: 0 2px 0 #05a64f;
  box-shadow: 0 2px 0 #05a64f;
}
.has-success .form-material > .form-control + label {
  color: #05a64f;
}
.has-success .form-material > .form-control ~ .input-group-addon {
  color: #05a64f;
  -webkit-box-shadow: 0 1px 0 #05a64f;
  box-shadow: 0 1px 0 #05a64f;
}
.has-success .form-material > .help-block {
  color: #05a64f;
}
.has-info .form-material > .form-control {
  -webkit-box-shadow: 0 1px 0 #13a7cf;
  box-shadow: 0 1px 0 #13a7cf;
}
.has-info .form-material > .form-control:focus {
  -webkit-box-shadow: 0 2px 0 #13a7cf;
  box-shadow: 0 2px 0 #13a7cf;
}
.has-info .form-material > .form-control:focus + label {
  color: #13a7cf;
}
.has-info .form-material > .form-control:focus ~ .input-group-addon {
  color: #13a7cf;
  -webkit-box-shadow: 0 2px 0 #13a7cf;
  box-shadow: 0 2px 0 #13a7cf;
}
.has-info .form-material > .form-control + label {
  color: #13a7cf;
}
.has-info .form-material > .form-control ~ .input-group-addon {
  color: #13a7cf;
  -webkit-box-shadow: 0 1px 0 #13a7cf;
  box-shadow: 0 1px 0 #13a7cf;
}
.has-info .form-material > .help-block {
  color: #13a7cf;
}
.has-warning .form-material > .form-control {
  -webkit-box-shadow: 0 1px 0 #ed9700;
  box-shadow: 0 1px 0 #ed9700;
}
.has-warning .form-material > .form-control:focus {
  -webkit-box-shadow: 0 2px 0 #ed9700;
  box-shadow: 0 2px 0 #ed9700;
}
.has-warning .form-material > .form-control:focus + label {
  color: #ed9700;
}
.has-warning .form-material > .form-control:focus ~ .input-group-addon {
  color: #ed9700;
  -webkit-box-shadow: 0 2px 0 #ed9700;
  box-shadow: 0 2px 0 #ed9700;
}
.has-warning .form-material > .form-control + label {
  color: #ed9700;
}
.has-warning .form-material > .form-control ~ .input-group-addon {
  color: #ed9700;
  -webkit-box-shadow: 0 1px 0 #ed9700;
  box-shadow: 0 1px 0 #ed9700;
}
.has-warning .form-material > .help-block {
  color: #ed9700;
}
.has-error .form-material > .form-control {
  -webkit-box-shadow: 0 1px 0 #cc2424;
  box-shadow: 0 1px 0 #cc2424;
}
.has-error .form-material > .form-control:focus {
  -webkit-box-shadow: 0 2px 0 #cc2424;
  box-shadow: 0 2px 0 #cc2424;
}
.has-error .form-material > .form-control:focus + label {
  color: #cc2424;
}
.has-error .form-material > .form-control:focus ~ .input-group-addon {
  color: #cc2424;
  -webkit-box-shadow: 0 2px 0 #cc2424;
  box-shadow: 0 2px 0 #cc2424;
}
.has-error .form-material > .form-control + label {
  color: #cc2424;
}
.has-error .form-material > .form-control ~ .input-group-addon {
  color: #cc2424;
  -webkit-box-shadow: 0 1px 0 #cc2424;
  box-shadow: 0 1px 0 #cc2424;
}
.has-error .form-material > .help-block {
  color: #cc2424;
}
.css-input {
  position: relative;
  display: inline-block;
  margin: 2px 0;
  font-weight: 400;
  cursor: pointer;
}
.css-input input {
  position: absolute;
  opacity: 0;
}
.css-input input:focus + span {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.css-input input + span {
  position: relative;
  display: inline-block;
  margin-top: -2px;
  margin-right: 3px;
  vertical-align: middle;
}
.css-input input + span:after {
  position: absolute;
  content: "";
}
.css-input-disabled {
  opacity: .5;
  cursor: not-allowed;
}
.css-checkbox {
  margin: 7px 0;
}
.css-checkbox input + span {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.css-checkbox input + span:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: "FontAwesome";
  font-size: 10px;
  color: #fff;
  line-height: 18px;
  content: "\f00c";
  text-align: center;
}
.css-checkbox:hover input + span {
  border-color: #ccc;
}
.css-checkbox.css-checkbox-sm {
  margin: 9px 0 8px;
  font-size: 12px;
}
.css-checkbox.css-checkbox-sm input + span {
  width: 16px;
  height: 16px;
}
.css-checkbox.css-checkbox-sm input + span:after {
  font-size: 8px;
  line-height: 15px;
}
.css-checkbox.css-checkbox-lg {
  margin: 3px 0;
}
.css-checkbox.css-checkbox-lg input + span {
  width: 30px;
  height: 30px;
}
.css-checkbox.css-checkbox-lg input + span:after {
  font-size: 12px;
  line-height: 30px;
}
.css-checkbox.css-checkbox-rounded input + span {
  border-radius: 3px;
}
.css-checkbox-default input:checked + span {
  background-color: #999999;
  border-color: #999999;
}
.css-checkbox-primary input:checked + span {
  background-color: #1EC5B8;
  border-color: #1EC5B8;
}
.css-checkbox-info input:checked + span {
  background-color: #13a7cf;
  border-color: #13a7cf;
}
.css-checkbox-success input:checked + span {
  background-color: #05a64f;
  border-color: #05a64f;
}
.css-checkbox-warning input:checked + span {
  background-color: #ed9700;
  border-color: #ed9700;
}
.css-checkbox-danger input:checked + span {
  background-color: #cc2424;
  border-color: #cc2424;
}
.css-radio {
  margin: 7px 0;
}
.css-radio input + span {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.css-radio input + span:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  -o-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.css-radio input:checked + span:after {
  opacity: 1;
}
.css-radio:hover input + span {
  border-color: #ccc;
}
.css-radio.css-radio-sm {
  margin: 9px 0 8px;
  font-size: 12px;
}
.css-radio.css-radio-sm input + span {
  width: 16px;
  height: 16px;
}
.css-radio.css-radio-lg {
  margin: 5px 0;
}
.css-radio.css-radio-lg input + span {
  width: 26px;
  height: 26px;
}
.css-radio-default input:checked + span:after {
  background-color: #999999;
}
.css-radio-primary input:checked + span:after {
  background-color: #1EC5B8;
}
.css-radio-info input:checked + span:after {
  background-color: #13a7cf;
}
.css-radio-success input:checked + span:after {
  background-color: #05a64f;
}
.css-radio-warning input:checked + span:after {
  background-color: #ed9700;
}
.css-radio-danger input:checked + span:after {
  background-color: #cc2424;
}
.switch {
  margin: 3px 0;
}
.switch input + span {
  width: 54px;
  height: 30px;
  background-color: #eee;
  border-radius: 30px;
  -o-transition: background-color 0.4s;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.switch input + span:after {
  top: 2px;
  bottom: 2px;
  left: 2px;
  width: 26px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.1);
  -moz-transition: -moz-transform 0.15s ease-out;
  -o-transition: -o-transform 0.15s ease-out;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
}
.switch input:checked + span {
  background-color: #ddd;
}
.switch input:checked + span:after {
  -webkit-box-shadow: -2px 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: -2px 0 3px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(23px);
  -ms-transform: translateX(23px);
  transform: translateX(23px);
}
.switch.switch-sm {
  margin: 8px 0 7px;
  font-size: 12px;
}
.switch.switch-sm input + span {
  width: 36px;
  height: 20px;
}
.switch.switch-sm input + span:after {
  width: 16px;
}
.switch.switch-sm input:checked + span:after {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}
.switch.switch-lg {
  margin: 1px 0;
}
.switch.switch-lg input + span {
  width: 70px;
  height: 34px;
}
.switch.switch-lg input + span:after {
  width: 30px;
}
.switch.switch-lg input:checked + span:after {
  -webkit-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px);
}
.switch.switch-square input + span,
.switch.switch-square input + span:after {
  border-radius: 0;
}
.switch-default input:checked + span {
  background-color: #999999;
}
.switch-primary input:checked + span {
  background-color: #1EC5B8;
}
.switch-info input:checked + span {
  background-color: #13a7cf;
}
.switch-success input:checked + span {
  background-color: #05a64f;
}
.switch-warning input:checked + span {
  background-color: #ed9700;
}
.switch-danger input:checked + span {
  background-color: #cc2424;
}
.block {
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.01);
  box-shadow: 0 2px rgba(0, 0, 0, 0.01);
}
.side-content .block {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.block-header {
  padding: 15px 20px;
  -o-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.block-header:before,
.block-header:after {
  content: " ";
  display: table;
}
.block-header:after {
  clear: both;
}
.block-header:before,
.block-header:after {
  content: " ";
  display: table;
}
.block-header:after {
  clear: both;
}
.block-header:before,
.block-header:after {
  content: " ";
  display: table;
}
.block-header:after {
  clear: both;
}
.block-header:before,
.block-header:after {
  content: " ";
  display: table;
}
.block-header:after {
  clear: both;
}
.block-title {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
}
.block-title.text-normal {
  text-transform: none;
}
.block-title small {
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
}
.block-content {
  margin: 0 auto;
  padding: 20px 20px 1px;
  max-width: 100%;
  overflow-x: visible;
  -o-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.block-content p,
.block-content .push,
.block-content .block,
.block-content .items-push > div {
  margin-bottom: 20px;
}
.block-content .items-push-2x > div {
  margin-bottom: 40px;
}
.block-content .items-push-3x > div {
  margin-bottom: 60px;
}
.block-content.block-content-full {
  padding-bottom: 20px;
}
.block-content.block-content-full .pull-b {
  margin-bottom: -20px;
}
.block-content .pull-t {
  margin-top: -20px;
}
.block-content .pull-r-l {
  margin-right: -20px;
  margin-left: -20px;
}
.block-content .pull-b {
  margin-bottom: -1px;
}
.block-content.block-content-mini {
  padding-top: 10px;
}
.block-content.block-content-mini.block-content-full.block-content-mini {
  padding-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .block-content.block-content-narrow {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.block.block-full .block-content {
  padding-bottom: 20px;
}
.block.block-full .block-content.block-content-mini {
  padding-bottom: 10px;
}
.block-table {
  width: 100%;
}
.block-table td {
  padding: 10px;
  vertical-align: middle;
}
.block.block-bordered {
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.block.block-bordered .block-header {
  border-bottom: 1px solid #e9e9e9;
}
.block.block-rounded {
  border-radius: 4px;
}
.block.block-rounded .block-header {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.block.block-rounded .block-content:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.block.block-rounded .block-content:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.block.block-themed > .block-header {
  border-bottom: none;
}
.block.block-themed > .block-header .block-title {
  color: #fff;
}
.block.block-themed > .block-header .block-title small {
  color: rgba(255, 255, 255, 0.75);
}
.block.block-transparent {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.block.block-opt-refresh {
  position: relative;
}
.block.block-opt-refresh .block-header {
  opacity: .25;
}
.block.block-opt-refresh .block-content {
  opacity: .15;
}
.block.block-opt-refresh:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #646464;
  font-family: Simple-Line-Icons;
  font-size: 18px;
  text-align: center;
  z-index: 2;
  content: "\e09a";
  -o-animation: fa-spin 2s infinite linear;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.ie9 .block.block-opt-refresh:after {
  content: "Loading..";
}
.block.block-opt-fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  margin-bottom: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.block.block-opt-hidden.block-bordered .block-header {
  border-bottom: none;
}
.block.block-opt-hidden .block-content {
  display: none;
}
.block.block-remove-margin-b {
  margin-bottom: 0px!important;
}
a.block {
  display: block;
  color: #646464;
  font-weight: normal;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
a.block:hover {
  color: #646464;
  opacity: .9;
}
a.block.block-link-hover1:hover {
  -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
a.block.block-link-hover1:active {
  -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.01);
  box-shadow: 0 2px rgba(0, 0, 0, 0.01);
}
a.block.block-link-hover2:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
a.block.block-link-hover2:active {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
a.block.block-link-hover3:hover {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
a.block.block-link-hover3:active {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.block > .nav-tabs {
  background-color: #f3f3f3;
  border-bottom: none;
}
.block > .nav-tabs.nav-tabs-right > li {
  float: right;
}
.block > .nav-tabs.nav-justified > li > a {
  margin-bottom: 0;
}
.block > .nav-tabs > li {
  margin-bottom: 0;
}
.block > .nav-tabs > li > a {
  margin-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #646464;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: 0;
}
.block > .nav-tabs > li > a:hover {
  background-color: transparent;
  border-color: transparent;
}
.block > .nav-tabs > li.active > a,
.block > .nav-tabs > li.active > a:hover,
.block > .nav-tabs > li.active > a:focus {
  color: #1EC5B8;
  background-color: #fff;
  border-color: transparent;
}
.block > .nav-tabs.nav-tabs-alt {
  background-color: transparent;
  border-bottom: 1px solid #e9e9e9;
}
.block > .nav-tabs.nav-tabs-alt > li > a {
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.block > .nav-tabs.nav-tabs-alt > li > a:hover {
  -webkit-box-shadow: 0 2px #1EC5B8;
  box-shadow: 0 2px #1EC5B8;
}
.block > .nav-tabs.nav-tabs-alt > li.active > a,
.block > .nav-tabs.nav-tabs-alt > li.active > a:hover,
.block > .nav-tabs.nav-tabs-alt > li.active > a:focus {
  -webkit-box-shadow: 0 2px #1EC5B8;
  box-shadow: 0 2px #1EC5B8;
}
.block .block-content.tab-content {
  overflow: hidden;
}
.block-options {
  float: right;
  margin: -3px 0 -3px 15px;
  padding: 0;
  height: 24px;
  list-style: none;
}
.block-options:before,
.block-options:after {
  content: " ";
  display: table;
}
.block-options:after {
  clear: both;
}
.block-options:before,
.block-options:after {
  content: " ";
  display: table;
}
.block-options:after {
  clear: both;
}
.block-options:before,
.block-options:after {
  content: " ";
  display: table;
}
.block-options:after {
  clear: both;
}
.block-options:before,
.block-options:after {
  content: " ";
  display: table;
}
.block-options:after {
  clear: both;
}
.block-options.block-options-left {
  float: left;
  margin-right: 15px;
  margin-left: 0;
}
.block-options.block-options-left + .block-title {
  float: right;
}
.block-options > li {
  display: inline-block;
  margin: 0 2px;
  padding: 0;
}
.block-options > li > a,
.block-options > li > button {
  display: block;
  padding: 2px 3px;
  color: #999999;
  opacity: .6;
}
.block.block-themed > .block-header .block-options > li > a,
.block.block-themed > .block-header .block-options > li > button {
  color: #fff;
}
.block-options > li > a:hover,
.block-options > li > button:hover {
  text-decoration: none;
  opacity: 1;
}
.block-options > li > a:active,
.block-options > li > button:active {
  opacity: .6;
}
.block-options > li > span {
  display: block;
  padding: 2px 3px;
}
.block.block-themed > .block-header .block-options > li > span {
  color: #fff;
}
.block-options > li > a:focus {
  text-decoration: none;
  opacity: 1;
}
.block-options > li > button {
  background: none;
  border: none;
}
.block-options > li.active > a,
.block-options > li.open > button {
  text-decoration: none;
  opacity: 1;
}
.nav-main {
  margin: 0 -20px;
  padding: 0;
  list-style: none;
}
.nav-main .nav-main-heading {
  padding: 22px 20px 6px 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
}
.nav-main a {
  display: block;
  padding: 10px 20px;
  color: rgba(255, 255, 255, 0.5);
}
.nav-main a:hover,
.nav-main a:focus {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.2);
}
.nav-main a:hover > i,
.nav-main a:focus > i {
  color: #fff;
}
.nav-main a.active,
.nav-main a.active:hover {
  color: #fff;
}
.nav-main a.active > i,
.nav-main a.active:hover > i {
  color: #fff;
}
.nav-main a > i {
  margin-right: 15px;
  color: rgba(255, 255, 255, 0.2);
}
.nav-main a.nav-submenu {
  position: relative;
  padding-right: 30px;
}
.nav-main a.nav-submenu:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  display: inline-block;
  font-family: 'FontAwesome';
  color: rgba(255, 255, 255, 0.25);
  content: "\f104";
}
.nav-main a.nav-submenu:before.nav-main a.nav-submenu:before-fwidth {
  width: 100%;
}
.nav-main ul {
  margin: 0;
  padding: 0 0 0 50px;
  height: 0;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.nav-main ul > li {
  opacity: 0;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
}
.nav-main ul .nav-main-heading {
  padding-left: 0;
  padding-right: 0;
  color: rgba(255, 255, 255, 0.65);
}
.nav-main ul a {
  padding: 8px 8px 8px 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}
.nav-main ul a:hover,
.nav-main ul a:focus {
  color: #fff;
  background-color: transparent;
}
.nav-main ul a > i {
  margin-right: 10px;
}
.nav-main ul ul {
  padding-left: 12px;
}
.nav-main li.open > a.nav-submenu {
  color: #fff;
}
.nav-main li.open > a.nav-submenu > i {
  color: #fff;
}
.nav-main li.open > a.nav-submenu:before {
  content: "\f107";
}
.nav-main li.open > ul {
  height: auto;
}
.nav-main li.open > ul > li {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.nav-main-header {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 20px;
  width: 100%;
  list-style: none;
  background-color: #2c343f;
  z-index: 1031;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -o-transition: all 0.28s ease-out;
  -webkit-transition: all 0.28s ease-out;
  transition: all 0.28s ease-out;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translateX(0) translateY(-100%) translateZ(0);
  -ms-transform: translateX(0) translateY(-100%);
  transform: translateX(0) translateY(-100%) translateZ(0);
}
.nav-main-header.nav-main-header-o {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(0) translateY(0) translateZ(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0) translateZ(0);
}
.nav-main-header > li {
  margin: 0 0 10px;
}
.nav-main-header a {
  display: block;
  padding: 0 12px;
  min-height: 34px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
  line-height: 34px;
}
.nav-main-header a:hover,
.nav-main-header a:focus,
.nav-main-header a.active {
  color: #fff;
}
.nav-main-header a.nav-submenu {
  position: relative;
  padding-right: 32px;
}
.nav-main-header a.nav-submenu:before {
  position: absolute;
  right: 10px;
  font-family: 'FontAwesome';
  content: "\f107";
}
.nav-main-header ul {
  margin: 0 0 0 15px;
  padding: 0;
  list-style: none;
  display: none;
}
.nav-main-header ul a {
  min-height: 32px;
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
}
.nav-main-header > li:hover > a.nav-submenu {
  color: #fff;
}
.nav-main-header > li:hover > ul {
  display: block;
}
@media screen and (min-width: 992px) {
  .nav-main-header {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    padding: 0;
    width: auto;
    background-color: transparent;
    z-index: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: auto;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    -moz-backface-visibility: visible;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(0) translateY(0) translateZ(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0) translateZ(0);
  }
  .nav-main-header.nav-main-header-o {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(0) translateY(0) translateZ(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0) translateZ(0);
  }
  .nav-main-header > li {
    position: relative;
    margin: 0 10px 0 0;
    float: left;
  }
  .nav-main-header ul {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 18px 0;
    min-width: 160px;
    background-color: #3e4a59;
  }
  .nav-main-header > li:last-child > ul {
    left: auto;
    right: 0;
  }
}
.nav-header {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-header:before,
.nav-header:after {
  content: " ";
  display: table;
}
.nav-header:after {
  clear: both;
}
.nav-header:before,
.nav-header:after {
  content: " ";
  display: table;
}
.nav-header:after {
  clear: both;
}
.nav-header:before,
.nav-header:after {
  content: " ";
  display: table;
}
.nav-header:after {
  clear: both;
}
.nav-header:before,
.nav-header:after {
  content: " ";
  display: table;
}
.nav-header:after {
  clear: both;
}
.nav-header > li {
  margin-right: 12px;
  float: left;
}
.nav-header > li > a,
.nav-header > li > .btn-group > a {
  padding: 0 12px;
  display: block;
  height: 34px;
  line-height: 34px;
  font-weight: 600;
}
.nav-header.pull-right > li {
  margin-right: 0;
  margin-left: 12px;
  float: left;
}
.nav-header .header-content {
  line-height: 34px;
}
.nav-header .header-search {
  width: 360px;
}
@media screen and (max-width: 767px) {
  .nav-header .header-search {
    display: none;
  }
  .nav-header .header-search.header-search-xs-visible {
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    z-index: 999;
    display: block;
    width: 100%;
    border-top: 1px solid #f9f9f9;
  }
  .nav-header .header-search.header-search-xs-visible > form {
    padding: 14px 14px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
  }
}
.nav-users {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-users > li:last-child > a {
  border-bottom: none;
}
.nav-users a {
  position: relative;
  padding: 12px 8px 8px 71px;
  display: block;
  min-height: 62px;
  font-weight: 600;
  border-bottom: 1px solid #e6e6e6;
}
.nav-users a > img {
  position: absolute;
  left: 12px;
  top: 10px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.nav-users a > i {
  position: absolute;
  left: 40px;
  top: 40px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
}
.nav-users a:hover {
  background-color: #f9f9f9;
}
.list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list > li {
  position: relative;
}
.list-timeline {
  position: relative;
  padding-top: 10px;
}
.list-timeline > li {
  margin-bottom: 10px;
}
.list-timeline .list-timeline-time {
  margin: 0 -20px;
  padding: 10px 20px 10px 40px;
  min-height: 40px;
  text-align: right;
  color: #999;
  font-size: 13px;
  font-style: italic;
  background-color: #f9f9f9;
  border-radius: 2px;
}
.list-timeline .list-timeline-icon {
  position: absolute;
  top: 5px;
  left: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}
.list-timeline .list-timeline-content {
  padding: 10px 10px 1px;
}
.list-timeline .list-timeline-content > p:first-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .list-timeline {
    padding-top: 20px;
  }
  .list-timeline:before {
    position: absolute;
    top: 0;
    left: 120px;
    bottom: 0;
    display: block;
    width: 4px;
    content: "";
    background-color: #f9f9f9;
    z-index: 1;
  }
  .list-timeline > li {
    min-height: 40px;
    z-index: 2;
  }
  .list-timeline > li:last-child {
    margin-bottom: 0;
  }
  .list-timeline .list-timeline-time {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
    width: 90px;
    background-color: transparent;
  }
  .list-timeline .list-timeline-icon {
    top: 3px;
    left: 105px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    z-index: 2 !important;
  }
  .list-timeline .list-timeline-content {
    padding-left: 160px;
  }
}
.list-activity > li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  border-bottom: 1px solid #e6e6e6;
}
.list-activity > li > i:first-child {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
}
.list-events > li {
  margin-bottom: 5px;
  padding: 8px 30px 8px 10px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  font-weight: 700;
  background-color: #b5d0eb;
}
.list-events > li:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  display: inline-block;
  font-family: 'FontAwesome';
  color: rgba(255, 255, 255, 0.75);
  content: "\f073";
}
.list-events > li:before.list-events > li:before-fwidth {
  width: 100%;
}
.list-events > li:hover {
  cursor: move;
}
.list-simple > li {
  margin-bottom: 20px;
}
.list-simple-mini > li {
  margin-bottom: 10px;
}
.list-li-clearfix > li:before,
.list-li-clearfix > li:after {
  content: " ";
  display: table;
}
.list-li-clearfix > li:after {
  clear: both;
}
.list-li-clearfix > li:before,
.list-li-clearfix > li:after {
  content: " ";
  display: table;
}
.list-li-clearfix > li:after {
  clear: both;
}
.list-li-clearfix > li:before,
.list-li-clearfix > li:after {
  content: " ";
  display: table;
}
.list-li-clearfix > li:after {
  clear: both;
}
.list-li-clearfix > li:before,
.list-li-clearfix > li:after {
  content: " ";
  display: table;
}
.list-li-clearfix > li:after {
  clear: both;
}
.notification-mark-as-read {
  border-radius: 50%;
  font-size: 1.5em;
  padding: 0.2em;
  border: 1px solid #05a64f;
}
.notification-mark-as-read:hover {
  background-color: #05a64f;
  color: #FFF;
  cursor: pointer;
}
.img-avatar {
  display: inline-block !important;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.img-avatar.img-avatar32 {
  width: 32px;
  height: 32px;
}
.img-avatar.img-avatar48 {
  width: 48px;
  height: 48px;
}
.img-avatar.img-avatar96 {
  width: 96px;
  height: 96px;
}
.img-avatar.img-avatar128 {
  width: 128px;
  height: 128px;
}
.img-avatar-thumb {
  margin: 5px;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4);
}
.img-thumb {
  padding: 5px;
  background-color: #fff;
  border-radius: 2px;
}
.img-link {
  display: inline-block;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -moz-transition: -moz-transform 0.15s ease-out;
  -o-transition: -o-transform 0.15s ease-out;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
}
.img-link:hover {
  -o-transform: rotate(1deg);
  -webkit-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  transform: rotate(1deg);
}
.img-container {
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: block;
}
.img-container .img-options {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: none;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.img-container .img-options-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: 0;
  text-align: center;
}
.img-container > img {
  -moz-transition: -moz-transform 0.35s ease-out;
  -o-transition: -o-transform 0.35s ease-out;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
}
.img-container:hover .img-options {
  opacity: 1;
  visibility: visible;
}
.img-container.fx-img-zoom-in:hover > img {
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.img-container.fx-img-rotate-r:hover > img {
  -webkit-transform: scale(1.4) rotate(8deg);
  -ms-transform: scale(1.4) rotate(8deg);
  transform: scale(1.4) rotate(8deg);
}
.img-container.fx-img-rotate-l:hover > img {
  -webkit-transform: scale(1.4) rotate(-8deg);
  -ms-transform: scale(1.4) rotate(-8deg);
  transform: scale(1.4) rotate(-8deg);
}
.img-container.fx-opt-slide-top .img-options {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.img-container.fx-opt-slide-top:hover .img-options {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.img-container.fx-opt-slide-right .img-options {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.img-container.fx-opt-slide-right:hover .img-options {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.img-container.fx-opt-slide-down .img-options {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.img-container.fx-opt-slide-down:hover .img-options {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.img-container.fx-opt-slide-left .img-options {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.img-container.fx-opt-slide-left:hover .img-options {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.img-container.fx-opt-zoom-in .img-options {
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.img-container.fx-opt-zoom-in:hover .img-options {
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.img-container.fx-opt-zoom-out .img-options {
  -o-transform: scale(2);
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.img-container.fx-opt-zoom-out:hover .img-options {
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.push-5 {
  margin-bottom: 5px !important;
}
.push-5-t {
  margin-top: 5px !important;
}
.push-5-r {
  margin-right: 5px !important;
}
.push-5-l {
  margin-left: 5px !important;
}
.push-10 {
  margin-bottom: 10px !important;
}
.push-10-t {
  margin-top: 10px !important;
}
.push-10-r {
  margin-right: 10px !important;
}
.push-10-l {
  margin-left: 10px !important;
}
.push-15 {
  margin-bottom: 15px !important;
}
.push-15-t {
  margin-top: 15px !important;
}
.push-15-r {
  margin-right: 15px !important;
}
.push-15-l {
  margin-left: 15px !important;
}
.push-20 {
  margin-bottom: 20px !important;
}
.push-20-t {
  margin-top: 20px !important;
}
.push-20-r {
  margin-right: 20px !important;
}
.push-20-l {
  margin-left: 20px !important;
}
.push-30 {
  margin-bottom: 30px !important;
}
.push-30-t {
  margin-top: 30px !important;
}
.push-30-r {
  margin-right: 30px !important;
}
.push-30-l {
  margin-left: 30px !important;
}
.push-50 {
  margin-bottom: 50px !important;
}
.push-50-t {
  margin-top: 50px !important;
}
.push-50-r {
  margin-right: 50px !important;
}
.push-50-l {
  margin-left: 50px !important;
}
.push-100 {
  margin-bottom: 100px !important;
}
.push-100-t {
  margin-top: 100px !important;
}
.push-100-r {
  margin-right: 100px !important;
}
.push-100-l {
  margin-left: 100px !important;
}
.push-150 {
  margin-bottom: 150px !important;
}
.push-150-t {
  margin-top: 150px !important;
}
.push-150-r {
  margin-right: 150px !important;
}
.push-150-l {
  margin-left: 150px !important;
}
.pulldown {
  position: relative;
  top: 50px;
}
@media screen and (min-width: 992px) {
  .pulldown {
    top: 150px;
  }
}
.remove-margin {
  margin: 0 !important;
}
.remove-margin-t {
  margin-top: 0 !important;
}
.remove-margin-r {
  margin-right: 0 !important;
}
.remove-margin-b {
  margin-bottom: 0 !important;
}
.remove-margin-l {
  margin-left: 0 !important;
}
.remove-padding {
  padding: 0 !important;
}
.remove-padding-t {
  padding-top: 0 !important;
}
.remove-padding-r {
  padding-right: 0 !important;
}
.remove-padding-b {
  padding-bottom: 0 !important;
}
.remove-padding-l {
  padding-left: 0 !important;
}
.align-v {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.align-v.align-v-fwidth {
  width: 100%;
}
.border {
  border: 1px solid #e9e9e9;
}
.border-t {
  border-top: 1px solid #e9e9e9;
}
.border-r {
  border-right: 1px solid #e9e9e9;
}
.border-b {
  border-bottom: 1px solid #e9e9e9;
}
.border-l {
  border-left: 1px solid #e9e9e9;
}
.border-white-op {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.border-white-op-t {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.border-white-op-r {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.border-white-op-b {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.border-white-op-l {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.border-black-op {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.border-black-op-t {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.border-black-op-r {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.border-black-op-b {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.border-black-op-l {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.item {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  line-height: 60px;
}
.item .si:before {
  position: relative;
  top: 1px;
}
a.item:hover,
a.item:focus {
  opacity: .6;
}
.item.item-circle {
  border-radius: 50%;
}
.item.item-rounded {
  border-radius: 3px;
}
.item.item-rounded-big {
  border-radius: 24px;
}
.item.item-rounded-big.item-2x {
  border-radius: 35px;
}
.item.item-2x {
  width: 100px;
  height: 100px;
  line-height: 100px;
}
.item.item-2x .si:before {
  position: relative;
  top: 3px;
}
.overflow-hidden {
  overflow: hidden;
}
.visibility-hidden {
  visibility: hidden;
}
.visible-ie9 {
  display: none;
}
.ie9 .hidden-ie9 {
  display: none !important;
}
.ie9 .visible-ie9 {
  display: block;
}
.ie9 .visible-ie9-ib {
  display: inline-block;
}
img-crop canvas {
  position: relative !important;
  left: 0px !important;
  margin-left: 0px !important;
}
.cropArea {
  overflow: hidden;
  width: 120px;
  height: 120px;
}
.cropArea1 {
  overflow: hidden;
  width: 100%;
  max-width: 300px;
  height: 100px;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
@media print {
  #page-container,
  #main-container {
    padding: 0 !important;
  }
  #header-navbar,
  #sidebar,
  #side-overlay,
  .block-options {
    display: none !important;
  }
}
.panel-default {
  -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.01);
  box-shadow: 0 2px rgba(0, 0, 0, 0.01);
  -o-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  border-radius: 6px;
}
.panel-default .panel-body {
  padding: 20px;
  overflow-x: visible;
  background-color: #fff;
}
.panel-default .panel-body.cozy {
  padding: 0;
}
.panel-default .panel-header {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  background-color: #f9f9f9;
  padding: 15px 20px;
}
.panel-default .panel-header .title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
}
.panel-default .panel-header-neutral {
  background-color: transparent;
}
.panel-default:last-child {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.panel-default:first-child {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
:focus {
  outline: none !important;
}
/* Loading Content */
content-loading {
  position: relative;
  opacity: .15;
}
content-loading:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #385c6b;
  font-family: Simple-Line-Icons;
  font-size: 18px;
  text-align: center;
  z-index: 2;
  content: "\e09a";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.horizontal-splitter {
  border-top: 2px solid #e7e7e7;
}
.table-icon-container-head,
a.table-icon-container-head:hover {
  color: #879bce;
}
i.table-icon {
  color: #646464;
  font-size: 18px;
  vertical-align: middle;
}
.block-content-condensed {
  padding: 0 !important;
}
.content-section {
  margin: 20px 0;
}
.content-section .content-title {
  font-weight: 300;
  margin: 15px 0;
}
/* Brand Tile */
.brand-tile {
  background-image: url('');
  color: #5d6f82;
}
.logo {
  background-image: url('img/logo.png');
  background-repeat: no-repeat;
  display: inline-block;
  width: 220px;
  height: 109px;
  background-position: center center;
}
.logo.logo-lg {
  background-image: url('img/logo-lg.png');
  width: 220px !important;
  height: 109px !important;
  background-size: contain;
}
.qr-container-new-device {
  padding: 1em;
  background-color: #fff;
}
.logo-icon {
  background-image: url('img/logo-icon.png');
  background-repeat: no-repeat;
  display: inline-block;
  width: 34px;
  height: 35px;
  background-position: center center;
  background-size: cover;
}
.partner-logo-icon {
  background-image: url('img/logo-icon.png');
  background-repeat: no-repeat;
  display: none;
  width: 34px;
  height: 35px;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
}
.logo-small {
  background-image: url('img/logo-small.png');
  width: 78px;
  height: 78px;
  object-fit: contain;
  background-size: cover;
}
.logo-text {
  background-image: url('img/logo-text.png');
  background-repeat: no-repeat;
  display: inline-block;
  width: 86.97px;
  height: 37.89px;
  background-position: 0 center;
  background-size: contain;
}
.logo-partner {
  background-image: url('img/logo-text.png');
  background-repeat: no-repeat;
  display: inline-block;
  width: 120px;
  height: 40px;
  background-position: 0 center;
  background-size: contain;
}
/* Switch */
.switch {
  display: block;
  margin-bottom: 6px;
}
/* Table Layout */
.panel-details-on .priority-2,
.panel-details-on .priority-3 {
  display: none;
}
.panel-details-on .visible-panel-on {
  display: table-cell;
}
.visible-panel-on {
  display: none;
}
table .action {
  text-align: center;
}
table .action-1 {
  width: 62px;
}
table .action-2 {
  width: 124px;
}
table .action-3 {
  width: 186px;
}
.table-responsive th.date,
.table-responsive th.date {
  width: 100px;
}
.table-responsive th.date-time,
.table-responsive th.date-time {
  width: 130px;
}
th {
  cursor: pointer;
}
th.sort {
  background: #f3f3f3 url('../assets/img/arrow_up.png') no-repeat right;
  padding-right: 15px !important;
}
th.sort.desc {
  background: #f3f3f3 url('../assets/img/arrow_down.png') no-repeat right;
  padding-right: 15px;
}
th.date,
td.date {
  width: 120px;
}
/* Toast / Alert */
.ng-toast.ng-toast--top .ng-toast__list {
  top: -15px;
}
/* Google Map */
.angular-google-map {
  height: 100%;
}
.angular-google-map-container {
  min-height: 400px;
}
/* Navigation */
.nav-main.content-nav a {
  display: block;
  padding: 10px 20px;
  color: linear-gradient(145.14deg, #2a3451 0%, #0a0c1f 100%);
}
.nav-main.content-nav a > i {
  margin-right: 15px;
  color: linear-gradient(145.14deg, #2a3451 0%, #0a0c1f 100%);
}
.nav-main li:hover a {
  color: #34a5bb;
}
.nav-main li:hover i {
  color: #34a5bb;
}
.nav-main.content-nav a > i:hover {
  color: #34a5bb;
}
.nav-main.content-nav a.active,
.nav-main.content-nav a.active:hover {
  color: #34a5bb;
  background-color: #37405C;
}
.nav-main.content-nav a.nav-submenu:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  display: inline-block;
  font-family: 'FontAwesome';
  color: #00789f;
  content: "\f104";
}
.nav-main.content-nav li.open > a.nav-submenu {
  color: linear-gradient(145.14deg, #2a3451 0%, #0a0c1f 100%);
}
.nav-main.content-nav li.open > a.nav-submenu > i {
  color: linear-gradient(145.14deg, #2a3451 0%, #0a0c1f 100%);
}
.nav-main ul.sub-menu {
  padding: 0 0 0 15px;
}
.nav-main ul {
  padding: 0 0 0 0 !important;
  background-color: transparent;
}
.nav-main ul li {
  width: 100%;
}
.nav-main ul li a {
  width: 100%;
  padding-left: 40px !important;
}
.fix-top {
  position: fixed;
  width: 300px;
  text-align: center;
  top: 5px;
  z-index: 9999;
  left: 42%;
}
/* Forms */
.form-commands {
  margin-top: 25px;
}
.additional-info {
  color: #c9c9c9;
  font-size: 12px;
}
.inline-editor {
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent;
  border-width: 0;
}
.inline-editor:focus {
  padding: inherit;
  margin: inherit;
  background-color: inherit;
  border-width: inherit;
}
.mg-file-picker-wrapper input[type=file] {
  opacity: 0 !important;
  display: none;
  width: 0;
  height: 0;
}
.btn-upload {
  position: relative;
}
.btn-upload input[type=file] {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0 !important;
  overflow: hidden !important;
  width: 100%;
}
/*  Accordion */
.mg-accordion v-pane {
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  margin-bottom: 20px;
}
.mg-accordion v-pane-header {
  background-color: #f9f9f9;
  padding: 10px 15px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.mg-accordion v-pane-content {
  padding: 20px;
  display: none;
  overflow: visible;
}
.mg-accordion v-pane.is-expanded v-pane-content {
  display: block;
}
/* Battery */
[battery-status='unknown'] {
  color: #AFAFAF;
}
[battery-status='danger'] {
  color: #FF0000;
}
[battery-status='warning'] {
  color: #FFBB00;
}
[battery-status='ok'] {
  color: #165e0a;
}
/**

  Google places autocomplete.

*/
.pac-container {
  background-color: #fff;
  position: absolute !important;
  z-index: 1000;
  border-radius: 2px;
  border-top: 1px solid #d9d9d9;
  font-family: Arial, sans-serif;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.pac-container:after {
  content: "";
  padding: 1px 1px 1px 0;
  height: 16px;
  text-align: right;
  display: block;
  background-image: url(//maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white2.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 104px 16px;
}
.hdpi.pac-container:after {
  background-image: url(//maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white2_hdpi.png);
}
.pac-item {
  cursor: default;
  padding: 0 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 30px;
  text-align: left;
  border-top: 1px solid #e6e6e6;
  font-size: 11px;
  color: #999;
}
.pac-item:hover {
  background-color: #fafafa;
}
.pac-item-selected,
.pac-item-selected:hover {
  background-color: #ebf2fe;
}
.pac-matched {
  font-weight: 700;
}
.pac-item-query {
  font-size: 13px;
  padding-right: 3px;
  color: #000;
}
.pac-icon {
  width: 15px;
  height: 20px;
  margin-right: 7px;
  margin-top: 6px;
  display: inline-block;
  vertical-align: top;
  background-image: url(//maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
  background-size: 34px;
}
.hdpi .pac-icon {
  background-image: url(//maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons_hdpi.png);
}
.pac-icon-search {
  background-position: -1px -1px;
}
.pac-item-selected .pac-icon-search {
  background-position: -18px -1px;
}
.pac-icon-marker {
  background-position: -1px -161px;
}
.pac-item-selected .pac-icon-marker {
  background-position: -18px -161px;
}
.pac-placeholder {
  color: gray;
}
.custom-prediction-label {
  font-style: italic;
}
/*
  Schedule
*/
.mg-period-time-input {
  position: relative;
}
.mg-period-time-input .btn-remove {
  position: absolute;
  right: 5px;
  top: 5px;
}
/* Filters */
.mg-filter-container {
  min-width: 300px;
  z-index: 1 !important;
}
.mg-filter-container md-select-value {
  color: rgba(33, 33, 33, 0.87);
}
/* Loader */
#loading-bar .bar {
  background: var(--brand-base);
  height: 3px;
  position: fixed;
  z-index: 10002;
  top: 0;
  display: block;
}
#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 50%;
  padding: 5px 10px;
  background-color: #00789f;
  border-radius: 0 0 6px 6px;
}
#loading-bar-spinner .spinner-icon {
  border-top-color: #ffffff;
  border-left-color: #ffffff;
}
/* ADDED BY JOE */
body {
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .side-scroll #sidebar,
  .side-scroll #side-overlay {
    overflow-y: auto;
  }
}
.nav-main a {
  color: #37405c;
}
.nav-main a:hover,
.nav-main a:focus {
  color: var(--sidebar-text) !important;
  background-color: #37405c;
}
.nav-main a > i {
  color: #13a7cf;
}
.nav-main ul a {
  color: #37405c;
  font-size: 14px;
}
.nav-main li.open > a.nav-submenu {
  color: #13a7cf;
}
.nav-main li.open > a.nav-submenu i {
  color: #13a7cf;
}
.nav-main > li.open a,
.nav-main > li:hover a {
  padding-left: 17px;
  border-left: 3px solid var(--brand-base);
}
.nav-sub a {
  padding-left: 13px !important;
}
.nav-sub li {
  display: flex;
}
.nav-sub li a {
  border-left: 0px solid !important;
}
.nav-sub li.open::before,
.nav-sub li:hover::before {
  content: "\00B7";
  color: var(--brand-base);
  left: 25px;
  position: absolute;
  font-size: 40px;
  top: -3px;
  height: 100%;
  display: flex;
  align-items: center;
}
.nav-main > li.open::after {
  content: "";
  right: 0px;
  position: absolute;
  top: 10px;
  width: 20px;
  height: 20px;
  margin-right: -12px;
  background: white;
  transform: rotate(45deg);
  border-radius: 3px;
  animation: nav-main-selector-anim 0.2s linear;
}
@-webkit-keyframes nav-main-selector-anim {
  0% {
    margin-right: -24px;
  }
  100% {
    margin-right: -12px;
  }
}
.nav-main li.open > a i {
  color: #13a7cf;
}
.page-heading small {
  color: #222222;
}
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 6px 20px;
}
.text-muted {
  color: #a5a5a5;
}
tags-input .tags {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e6e6e6;
  border-image: none;
  border-style: none none solid !important;
  border-width: 1px !important;
}
md-option:hover {
  background: #f6f6f6;
}
md-input-container .md-input {
  border-color: rgba(0, 0, 0, 0.52);
}
md-input-container.md-input-focused .md-input,
md-input-container .md-input.ng-invalid.ng-dirty {
  border-style: solid;
}
mg-location-autocomplete md-autocomplete {
  padding-bottom: 0 !important;
}
/* END ADDED BY JOE */
@media screen and (min-width: 992px) {
  #side-overlay {
    width: 230px;
  }
}
.mg-form-content {
  display: block;
  position: relative;
  overflow: auto;
}
.transparent {
  background-color: transparent !important;
}
.mg-block-wrapper {
  display: block;
  position: relative;
  padding: 2px;
  margin: 18px 0;
  vertical-align: middle;
}
.flex-center {
  align-items: center;
}
.align-add-button {
  padding-top: 16px;
}
.width-100 {
  width: 100%;
}
.height-100 {
  height: 100%;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: white;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: white;
}
.list__item .ng-pristine .ng-untouched .ng-valid .layout-xs-column .ng-not-empty:hover {
  border: 1px solid #16C9AE;
  background-color: #FFFFFF;
  box-shadow: 0 11px 7px 0 rgba(78, 76, 122, 0.18);
}
.layout-table-content:not(.panel-details-on) .priority-2 {
  display: table-cell !important;
}
.layout-table-content .block {
  box-shadow: 0 2px 6px 0 rgba(38, 54, 67, 0.05);
  border-radius: 5px !important;
}
.iosHomePageLayout ul[dnd-list],
.iosHomePageLayout ul[dnd-list] > li {
  position: relative;
}
.iosHomePageLayout ul[dnd-list] {
  min-height: 50px;
  margin: 0px;
  padding-left: 0px;
}
.iosHomePageLayout li {
  display: block;
}
.iosHomePageLayout ul.block-options li {
  display: inline-block;
}
.iosHomePageLayout .dndDragging {
  opacity: 0.7;
}
.iosHomePageLayout .dndDraggingSource {
  display: none;
}
.iosHomePageLayout .dndPlaceholder {
  background-color: #ddd;
  min-height: 42px;
  display: block;
  position: relative;
}
.iosHomePageLayout .itemlist {
  min-height: 120px !important;
  height: 400px;
}
.iosHomePageLayout .itemlist > li {
  border: none;
  border-radius: .25em;
  color: #000;
  float: left;
  font-size: 10px;
  font-weight: 300;
  height: 70px;
  margin: 5px;
  padding: 3px;
  text-align: center;
  width: 50px;
}
.iosHomePageLayout .app-list li {
  padding-left: 10px;
}
.iosHomePageLayout .app-list li div {
  display: inline-block;
}
.iosHomePageLayout .app-list li div img {
  width: 50px;
}
.iosHomePageLayout .app-list li div.app-name {
  width: 155px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 5px;
  padding-left: 5px;
}
.iosHomePageLayout .iphone-screen {
  width: 265px;
  height: 420px;
  border: solid 1px #5d6f82;
  margin: auto !important;
  margin-top: 30px;
  overflow: hidden;
}
.iosHomePageLayout .android-screen {
  border: solid 1px #5d6f82;
  margin: auto !important;
  margin-top: 30px;
  overflow: hidden;
  padding: 10px;
}
.iosHomePageLayout .container-element {
  margin: 10px;
}
.iosHomePageLayout .iphone-dock {
  border: solid 1px #5d6f82;
  width: 265px;
  margin: auto !important;
  height: 85px;
  overflow: hidden;
}
.iosHomePageLayout .android-dock {
  border: solid 1px #5d6f82;
  margin: auto !important;
  height: 85px;
  overflow: hidden;
  padding: 10px;
}
.iosHomePageLayout .android-dock .itemlist > li {
  height: 50px;
}
.iosHomePageLayout .android-item {
  display: block;
}
.iosHomePageLayout .screen-item {
  width: 50%;
  margin: auto;
  text-align: center;
  margin-top: 20px;
}
.iosHomePageLayout .screen-item ul {
  width: 100%;
  height: 200px;
  box-shadow: 0 0 5px #000;
  border-radius: 10px;
}
.iosHomePageLayout .screen-item ul.select {
  -webkit-box-shadow: 0 0 5px #13a7cf;
  -moz-box-shadow: 0 0 5px #13a7cf;
  box-shadow: 0 0 5px #13a7cf;
}
.iosHomePageLayout .icon-holder {
  width: 50px;
}
.iosHomePageLayout .icon-holder img,
.iosHomePageLayout .iosHomePageLayout .md-avatar {
  width: 50px;
  border-radius: 10px;
}
.iosHomePageLayout .icon-holder .title {
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
.iosHomePageLayout .app-list {
  height: 455px;
  overflow: hidden;
  overflow-y: scroll;
}
.iosHomePageLayout .margin-5 {
  margin-top: 5px !important;
}
.iosHomePageLayout .icon-backgorund {
  background-color: #ccc;
  border-radius: 10px;
  padding-top: 5px;
}
.iosHomePageLayout .icon-backgorund li {
  width: 30%;
  margin: 1%;
  display: inline-block;
}
.iosHomePageLayout .icon-backgorund li img {
  width: 100%;
}
.iphone-screen-view {
  display: inline-block;
  margin-bottom: 15px;
  margin-left: 15px;
}
.extra-items {
  display: inline-block !important;
  width: 28% !important;
}
.extra-wrapper {
  border: 1px solid;
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
  margin-top: 100px;
  background-color: rgba(0, 0, 0, 0.12);
}
.extra-screen {
  height: 200px !important;
  background-color: #f5f5f5;
  overflow-y: auto !important;
}
.home-screen-editor-container {
  overflow-y: visible;
  overflow-x: hidden;
}
.home-screen-editor-container .md-errors-spacer {
  display: none !important;
}
.delete-link,
.delete-link:hover {
  color: #d0021b;
  text-decoration: none;
  cursor: pointer;
}
.text-overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-condensed td.actions {
  padding-left: 0;
  padding-right: 0;
  width: 3%;
}
.chip-block md-chips {
  display: block;
  margin: 18px 0px;
}
.disabled-map {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.65);
}
.disabled-map-text {
  text-align: center;
  top: 50%;
  width: 100%;
  position: absolute;
  font-size: 16px;
}
.parent-dash .parent-title {
  padding: 6px 12px;
  font-weight: 600;
}
.parent-dash .parent-dash-row-padding {
  padding: 3px 16px;
}
.parent-dash .buttons-padding-left {
  padding-left: 16px !important;
  padding-top: 3px;
  padding-bottom: 3px;
}
.parent-dash .buttons-padding-right {
  padding-right: 16px !important;
  padding-top: 3px;
  padding-bottom: 3px;
}
.parent-dash .buttons-padding-normal {
  padding: 3px 8px;
}
@media (max-width: 1279px) {
  .parent-dash .warning-wrapper {
    min-height: 170px !important;
    margin: 16px !important;
  }
  .parent-dash .angular-google-map-container {
    min-height: 200px;
    margin: auto 0px;
  }
  .parent-dash .device-wrapper {
    margin-left: 3.2% !important;
  }
}
.parent-dash .two-column {
  margin-left: 3.5% !important;
}
@media (max-width: 599px) {
  .parent-dash .device-wrapper {
    margin: auto !important;
    margin-top: 20px !important;
  }
}
@media (min-width: 1280px) {
  .parent-dash .device-wrapper {
    margin-left: 2.5% !important;
  }
}
.parent-dash .invisible {
  visibility: hidden !important;
}
.parent-dash .layout-column .warning-wrapper {
  min-height: 170px !important;
  margin: 16px !important;
}
.parent-dash .layout-column .angular-google-map-container {
  min-height: 200px;
  margin: auto 0px;
}
.parent-dash .warning-wrapper {
  background-color: #ffb8b8;
  color: #cc2424;
  margin: 0px 16px;
  min-height: 400px;
  position: relative;
  border-radius: 2px;
}
.parent-dash .warning-wrapper .most-recent-alert {
  padding: 10px;
}
.parent-dash .warning-wrapper .most-recent-alert .most-recent-alert-time {
  font-weight: 600;
}
.parent-dash .warning-wrapper a {
  color: #cc2424;
  font-weight: 600;
}
.parent-dash .warning-wrapper a.link-to-warnings {
  text-decoration: underline;
  position: absolute;
  bottom: 16px;
}
.parent-dash .badges-wrapper {
  height: 50px;
}
.parent-dash .device-action-buttons {
  margin-top: 15px;
  margin-bottom: 15px;
}
.parent-dash .device-wrapper {
  margin-top: 12px;
  margin-bottom: 12px;
  background-color: #fff;
}
.parent-change-profile .normal-schedule-wrapper {
  background-color: #FFFFFF;
  color: #545454;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
}
.parent-change-profile .normal-schedule-wrapper .title-label,
.parent-change-profile .normal-schedule-wrapper .profile-text-info {
  margin-top: 15px;
}
.parent-change-profile .main-content {
  padding: 15px;
}
.parent-change-profile .title-label {
  font-weight: 600;
  padding-bottom: 5px;
}
.parent-change-profile md-input-container.md-block {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.parent-change-profile .option-select .active {
  border-bottom: 2px solid #3f51b5;
  max-width: 120px;
  display: block;
}
.parent-change-profile .element-group {
  margin-top: 15px;
}
.table-options .btn-group .btn {
  width: 40px;
  margin-left: 0px;
}
md-menu md-icon {
  vertical-align: baseline !important;
}
.notification-item-text {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 5px;
}
.dash-redesign {
  /* Content style */
  /* Clients style */
  font-size: 12px;
  font-weight: 300;
  /* Sidenav content style */
  /* Modal style */
  /* filter sidenav style */
  /* profiles style */
  /* end of common styles ! they go at the top so that they can be overriden with custom styles below */
  /****************/
  /* layout modules */
}
.dash-redesign .title-container {
  padding: 1.5em 2em;
  background-color: #fff;
}
.dash-redesign .title-container__text-container {
  height: 100%;
}
.dash-redesign .title-container__button-container {
  height: 100%;
}
.dash-redesign .title__title {
  font-size: 2.5rem;
  color: #5d6f82;
}
.dash-redesign .title__app-name {
  display: inline-block;
  margin-left: 2em;
  margin-top: .6rem;
  color: #283849;
  font-size: 1.5rem;
}
.dash-redesign .chrome-config-btns-wrapper {
  grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
  gap: 5px;
  display: grid;
  max-width: 65%;
  margin-left: auto;
}
@media (max-width: 1500px) {
  .dash-redesign button.app-button,
  .dash-redesign .device__chip {
    padding: 4px 22px;
    font-size: 13px;
  }
}
.dash-redesign .app-button {
  padding: 8px 35px;
  color: var(--button-text);
  font-size: 14px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: lighter;
  border: none;
  /* reset border for more consistent styling and 'just-in-case' */
  border: 1px solid var(--button-text);
  border-radius: 50px;
  background: 'transparent';
  transition: all .4s ease;
}
.dash-redesign .title-button {
  color: var(--button-text);
  border-color: var(--button-text);
}
.dash-redesign .title-button:hover {
  color: var(--button-hover-text);
  background-color: var(--button-hover-background);
}
.dash-redesign .content-wrapper {
  position: relative;
  padding: 2em;
}
.dash-redesign .content-wrapper-annonymus {
  position: relative;
  padding-top: 2em;
}
.dash-redesign .register-form {
  background-color: #fff;
}
.dash-redesign .content__description-container {
  padding: 1em;
  background-color: #fff;
  border-right: 1px solid #e7e7e7;
}
.dash-redesign .description__icon-text {
  padding-left: 1em;
}
.dash-redesign .description__icon {
  width: 100%;
  height: 100%;
  max-height: 50px;
  max-width: 50px;
}
.dash-redesign .icon-text__title {
  color: #283849;
  font-weight: bold;
}
.dash-redesign .icon-text__content {
  color: #5d6f82;
}
.dash-redesign .description__text {
  padding: 2em 0 1em;
}
.dash-redesign .description__text-title {
  color: #283849;
  text-transform: uppercase;
}
.dash-redesign .description__text-content {
  color: #5d6f82;
  line-height: 1.5em;
}
.dash-redesign .description__devices-container {
  word-wrap: break-word;
}
.dash-redesign .chip {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 7px 15px;
  border-radius: 25px;
  background-color: lightgray;
}
.dash-redesign .chip-skin {
  color: #fff;
  background-color: #2fb4d7;
}
.dash-redesign .content__clients-container {
  padding: 1em;
  background-color: #fff;
}
.dash-redesign .link-icon {
  color: inherit;
}
.dash-redesign .clients__notification-container > p,
.dash-redesign .clients__notification-container > div {
  margin: 0;
  padding: .7em;
  color: #283849;
  background-color: rgba(47, 180, 215, 0.25);
  border: 1px solid #2fb4d7;
}
.dash-redesign .clients__action-container {
  padding: 2em 0;
}
.dash-redesign .clients__title p {
  margin: 0;
  padding: .6em 0;
  color: #283849;
  font-size: 2em;
}
.dash-redesign .link-code {
  margin-top: -20px;
  color: #2fb4d7;
  margin-bottom: 0;
}
.dash-redesign .clients__actions {
  height: 100%;
}
.dash-redesign .action__icon {
  max-height: 40px;
}
.dash-redesign .action-count {
  margin: 0 0.2em -0.4rem 0.4em;
  color: #283849;
  font-size: 2.2em;
  font-weight: lighter;
}
.dash-redesign .action-count-text {
  margin-bottom: -0.2rem;
  color: #5d6f82;
  font-size: 1.5em;
}
.dash-redesign .action-button {
  color: var(--button-text);
  border-color: var(--button-text);
}
.dash-redesign .action-button:hover {
  color: var(--button-hover-text);
  background-color: var(--button-hover-background);
}
.dash-redesign .action__divider {
  border: 1px solid black;
}
.dash-redesign .list__title-container {
  padding: 1em 1.5em;
  background-color: #fff;
}
.dash-redesign .list__title-container tr th {
  line-height: 18px;
  font-weight: 300;
  font-size: 14px;
  color: #515A75;
  text-transform: none;
}
.dash-redesign .list__title-container .list__item td {
  font-size: 12px;
  font-weight: 300;
  color: #7487C3;
}
.dash-redesign .list__title-container-skin {
  color: #fff;
  background-color: var(--button-background);
}
.dash-redesign .list__title-container-skin th.sort {
  background-color: #4fcb7a;
}
.dash-redesign .list__title-container p {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.dash-redesign .list__items-container {
  /*padding: 1em 1.5em;*/
}
.dash-redesign .list__item {
  padding: .7em 0;
}
.dash-redesign .list__item p {
  margin: 0;
  color: #283849;
}
.dash-redesign .odd-list-item {
  background-color: rgba(47, 180, 215, 0.07);
}
.dash-redesign .list__pagination {
  padding: .5em 1.5em;
  background: #f5f5f5;
}
.dash-redesign .licenses__pagination {
  padding: 10px;
  background-color: rgba(245, 245, 245, 0);
  text-transform: uppercase;
}
.dash-redesign .licenses__pagination input[type=number]::-webkit-inner-spin-button,
.dash-redesign .licenses__pagination input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.dash-redesign .list__pagination span,
.dash-redesign .licenses__pagination span {
  color: #5d6f82;
  font-size: .8em;
  font-weight: bold;
}
.dash-redesign .licenses-container {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #e7e7e7;
}
@media (max-width: 1919px) and (min-width: 1280px) {
  .dash-redesign .content__description-container {
    border-right: none;
  }
  .dash-redesign .content__description-container:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
  }
}
.dash-redesign .licenses__title-container {
  padding: 1em;
  background-color: #fff;
}
.dash-redesign .licenses__list-container {
  padding: 0 1em 1em;
}
.dash-redesign .licenses__item {
  padding: 0 1.5em;
}
.dash-redesign .sidenav__sidenav {
  border: 1px solid #e7e7e7;
}
.dash-redesign .sidenav__title {
  padding-left: 0.5em;
  color: #5d6f82;
  font-size: 1.2em;
  text-transform: uppercase;
  border-bottom: 1px solid #e7e7e7;
}
.dash-redesign .sidenav__heading {
  padding: 0 1em;
  color: #283849;
  font-weight: 500;
  text-transform: uppercase;
}
.dash-redesign .sidenav__heading span {
  color: #5d6f82;
  font-size: .9em;
  font-weight: normal;
  font-style: italic;
  text-transform: lowercase;
}
.dash-redesign .sidenav__heading-padding-fix {
  padding: 0;
}
.dash-redesign .sidenav__feature {
  padding: 0 1em;
  color: #283849;
  margin-top: 8px;
  margin-bottom: 8px;
}
.dash-redesign .sidenav__feature span {
  color: #5d6f82;
  font-size: .8em;
}
.dash-redesign .sidenav__input-container {
  padding: 0em 1em;
}
.dash-redesign .sidenav__input {
  border-radius: 4px;
  padding: .5em;
  border: none;
  border: 1px solid #e7e7e7;
}
.dash-redesign .sidenav__heading-extra-padding {
  padding-top: 3em;
}
.dash-redesign .sidenav__save-button-container {
  padding: 2em 1em;
}
.dash-redesign .sidenav__save-button {
  color: var(--button-text);
  background-color: var(--button-background);
  border-color: var(--button-text);
}
.dash-redesign .sidenav__save-button:hover {
  opacity: .8;
}
.dash-redesign .sidenav__switch.md-checked .md-thumb {
  background-color: #fff;
  color: #fff;
}
.dash-redesign .sidenav__switch.md-checked .md-bar {
  background-color: #4fcb7a;
}
.dash-redesign .text-white {
  color: #FFF;
  padding-top: 45.25px;
  padding-bottom: 21.25px;
  width: 100%;
  text-align: center;
}
.dash-redesign .sidebar-mini .sidebar-content .side-header .text-white {
  color: #FFF;
  padding-top: 45.25px;
  padding-bottom: 21.25px;
  width: auto !important;
  text-align: center;
  margin-left: -5px;
}
.dash-redesign .button-container__new-profile {
  margin-right: 1em;
  color: var(--button-text);
  background-color: var(--button-background);
  border-color: var(--button-text);
}
.dash-redesign .button-container__new-profile:hover,
.dash-redesign .new-profile__create-button:hover,
.dash-redesign .filters__search-button:hover,
.dash-redesign .title__create-button:hover {
  opacity: .7;
}
.dash-redesign .button-container__filter {
  color: var(--button-text);
  border-color: var(--button-text);
}
.dash-redesign .button-container__filter:hover {
  color: var(--button-hover-text);
  background-color: var(--button-hover-background);
}
.dash-redesign .new-profile-container {
  padding: 2em;
}
.dash-redesign .new-profile-container__close-button {
  height: 30px;
  color: #6b7c8d;
  font-size: 1.2em;
  z-index: 1;
  border: none;
  background: transparent;
}
.dash-redesign .new-profile-container__title {
  margin: 0;
  color: #283849;
  font-size: 1.5em;
}
.dash-redesign .new-profile-container__input-title {
  color: #879BCE;
  font-size: .9em;
}
.dash-redesign .new-profile__input {
  padding: .4em 0.5em;
  resize: none;
  border: 1px solid #c1c5cb;
  border-radius: 4px;
  width: 100%;
}
.dash-redesign .new-profile__create-button-container {
  padding-top: 2em;
}
.dash-redesign .new-profile__create-button,
.dash-redesign .filters__search-button {
  color: var(--button-text);
  background-color: var(--button-background);
  border-color: var(--button-text);
}
.dash-redesign md-sidenav {
  border-top: 1px solid #ebebeb;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.22);
}
.dash-redesign .filters-title {
  margin: 0;
  padding-left: 1em;
  color: #5d6f82;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #ebebeb;
}
.dash-redesign .filters__filters-container {
  padding: 1em;
}
.dash-redesign .filters__filter-label {
  color: #283849;
  font-size: .9em;
  text-transform: uppercase;
}
.dash-redesign .blue-radio-button.md-checked .md-off {
  border-color: #647DFD;
}
.dash-redesign .blue-radio-button.md-checked .md-on {
  background-color: #647DFD;
}
.dash-redesign .blue-radio-button .md-label {
  color: #515a74;
  font-size: 13px;
}
.dash-redesign md-radio-button.md-checked .md-off {
  border-color: #1EC7B1;
}
.dash-redesign md-radio-button.md-checked .md-on {
  background-color: #1EC7B1;
}
.dash-redesign md-radio-button .md-label {
  color: #283849;
}
.dash-redesign .filters__input {
  padding: .4em .4em;
  border: 1px solid #c1c5cb;
  border-radius: 4px;
}
.dash-redesign .filters__icon {
  padding: .5em .7em;
}
.dash-redesign .filters__tags-container,
.dash-redesign .filters__location-container {
  margin-top: 1em;
}
.dash-redesign .filters__map-container {
  height: 200px;
  margin-top: .5em;
  background: #e0e0e0;
}
.dash-redesign .filters__search-button-container {
  margin-top: 2em;
}
.dash-redesign .profiles-container {
  position: relative;
  height: 100%;
}
.dash-redesign .profiles-container__content {
  padding: 1em;
}
.dash-redesign v-accordion {
  background: #fff;
}
.dash-redesign v-accordion p {
  margin: 0 !important;
}
.dash-redesign v-pane-header {
  margin-bottom: 0 !important;
  padding: 1em !important;
  font-size: 1.1em;
  /*border-top: 1px solid #e7e7e7;*/
  border-bottom: 1px solid #e7e7e7;
}
.dash-redesign .vAccordion--default v-pane-header:focus,
.dash-redesign .vAccordion--default v-pane-header:hover {
  color: #283849;
}
.dash-redesign v-pane-header::before {
  content: none !important;
}
.dash-redesign v-pane-header::after {
  content: none !important;
}
.dash-redesign v-pane-header > div {
  display: flex !important;
  flex-direction: row;
}
.dash-redesign .profiles__chevron {
  color: #5d6f82;
  font-weight: lighter;
  transform: rotateZ(-180deg);
  transition: transform .4s ease;
}
.dash-redesign v-pane.is-expanded > v-pane-header > div > div > i.profiles__chevron {
  transform: rotateZ(0);
}
.dash-redesign v-pane-content > div {
  border-bottom: 1px solid #e7e7e7;
}
.dash-redesign .profiles__content {
  padding: 1em 1em;
  background-color: #fff;
}
.dash-redesign .profile__schedule_content {
  padding: 2em 1em 0;
}
.dash-redesign .profiles__label {
  color: #283849;
}
.dash-redesign .profiles__info {
  padding: 1em;
  background-color: #f5f5f5;
}
.dash-redesign .profiles__info-name {
  margin: 0;
  color: #5d6f82;
}
.dash-redesign .profiles__icon-container {
  margin-right: 1em;
}
.dash-redesign .profiles__icon {
  margin-right: .5em;
  padding-top: 5px;
  color: #a1b2c2;
  font-size: 1.5em;
}
.dash-redesign .chip {
  display: inline-block;
  margin-right: 10px;
  padding: 7px 15px;
  font-size: .9em;
  border-radius: 25px;
  background-color: lightgray;
}
.dash-redesign .chip-skin {
  color: #fff;
  background-color: #2fb4d7;
}
.dash-redesign .chip-view-more {
  padding-top: 7px;
  color: #2fb4d7;
}
.dash-redesign .profiles__edit-button {
  max-height: 20px;
}
.dash-redesign .layout__margin-top-1 {
  margin-top: 1em;
}
.dash-redesign .layout__extra-padding {
  opacity: 0;
  padding: 1em;
}
.dash-redesign html,
.dash-redesign body {
  background-color: #e7e7e7;
}
.dash-redesign .page-wrapper {
  position: relative;
}
.dash-redesign .content-wrapper {
  position: relative;
}
.dash-redesign .main-icon {
  max-height: 120px;
}
.dash-redesign .form-container {
  padding: 0 2em;
}
.dash-redesign .form__progress-container {
  background-color: #fff;
}
.dash-redesign .md-chip-input-container md-progress-linear {
  bottom: -12px !important;
}
.dash-redesign md-progress-linear {
  height: 8px;
}
.dash-redesign md-progress-linear .md-container {
  height: 8px;
  background-color: #fff;
}
.dash-redesign md-progress-linear .md-bar {
  height: 8px !important;
  background-color: var(--brand-base);
}
.dash-redesign .form__content-container {
  padding: 0 2em 2em;
  background-color: #fff;
  /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);*/
}
.dash-redesign .form__title {
  margin-bottom: 0;
  font-size: 1.4em;
  color: #283849;
}
.dash-redesign .form__input-container {
  padding-top: 1.5em;
}
.dash-redesign .form__input-container .textarea-input {
  border: 2px solid #dee3ee8c 8c;
  border-radius: 4px;
  width: 100%;
  min-height: 100px;
}
.dash-redesign .form__input-container-padding-fix {
  padding-top: 0;
}
.dash-redesign .form__input-label {
  color: #283849;
  font-size: .9em;
}
.dash-redesign .form__input {
  width: 100%;
  padding: .4em 1em;
  resize: none;
  border: solid 1px #c1c5cb;
  border-radius: 4px;
}
.dash-redesign .span-optional {
  color: #718599;
}
.dash-redesign .form__map-container .angular-google-map-container {
  height: 350px;
}
.dash-redesign .form__button {
  color: var(--button-text);
  border-color: var(--button-text);
  background: var(--button-background);
}
.dash-redesign .form__button:hover {
  opacity: .8;
}
.dash-redesign .form__description {
  color: #5d6f82;
}
.dash-redesign .form__notification {
  margin: 0;
  padding: 1em;
  color: #506171;
  font-size: .9em;
  border-left: 1px solid #2fb4d7;
  background-color: rgba(47, 180, 215, 0.2);
}
.dash-redesign md-checkbox.md-checked .md-icon {
  background-color: var(--brand-base);
}
.dash-redesign .checkbox__fa-container {
  display: inline-block;
  width: 36px;
  padding-left: 12px;
}
.dash-redesign .md-focused .md-container:before {
  background-color: transparent !important;
}
.dash-redesign md-checkbox .fa {
  color: #999999;
  font-size: 1.5em;
}
.dash-redesign md-checkbox.md-checked .fa {
  color: var(--brand-base);
}
.dash-redesign .form__checkbox-label {
  color: #283849;
}
.dash-redesign .form__section {
  position: relative;
  left: -2em;
  width: calc(104%);
  border-top: 1px solid #e7e7e7;
}
.dash-redesign md-radio-button.md-checked .md-off {
  border-color: var(--brand-base);
}
.dash-redesign md-radio-button.md-checked .md-on {
  background-color: var(--brand-base);
}
.dash-redesign md-radio-button .md-container .md-ripple-container {
  display: none !important;
}
.dash-redesign md-radio-button .md-on {
  transition: none !important;
}
.dash-redesign md-radio-button .md-label {
  color: #283849;
}
.dash-redesign .form__or-divider {
  position: relative;
  left: -2em;
  width: calc(104%);
  max-width: none;
}
.dash-redesign .or-divider__line {
  width: 100%;
  height: 1px;
  opacity: .2;
  border-color: #e0e0e0;
}
.dash-redesign .or-divider__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  box-sizing: border-box;
  margin: 0;
  padding: 0 .5em .5em;
  color: #5d6f82;
  background-color: #fff;
}
.dash-redesign .add-device-button {
  color: var(--button-text);
  border-color: var(--button-text);
}
.dash-redesign .add-device-button:hover {
  color: var(--button-hover-text);
  background-color: var(--button-hover-background);
}
.dash-redesign .form__asterisk-text {
  color: #5d6f82;
  font-size: .9em;
  text-align: center;
}
.dash-redesign md-dialog.limitHeight {
  max-height: 550px !important;
  display: block !important;
  overflow: hidden;
  max-height: unset;
  -ms-overflow-y: scroll;
}
.dash-redesign md-dialog {
  max-height: 80%;
  display: block !important;
}
.dash-redesign .modal-container {
  padding: 2em;
}
.dash-redesign .modal-icon {
  margin: 1em 0;
  max-width: 120px;
}
.dash-redesign .modal__or-divider {
  position: relative;
  width: calc(104%);
  max-width: none;
}
.dash-redesign .form__number-indicator {
  display: block;
  height: 25px;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  min-width: 25px;
  max-width: 25px;
  margin-right: 1em;
  color: #283849;
  /*font-weight: bold;*/
  text-align: center;
  line-height: 23px;
  border: 2px solid #283849;
  border-radius: 50%;
}
.dash-redesign md-tabs {
  background-color: #FFFFFF;
}
.dash-redesign md-tabs md-ink-bar {
  color: var(--brand-base) !important;
  background-color: var(--brand-base) !important;
}
.dash-redesign md-tabs .md-tab,
.dash-redesign md-tabs .md-tab.md-active {
  color: #283849;
  font-weight: 300;
}
.dash-redesign md-tabs md-tab-content {
  border-top: 2px solid #f5f5f5;
}
.dash-redesign md-tabs md-tabs-wrapper {
  margin-bottom: -2px;
  z-index: 10;
}
.dash-redesign md-select.rounded-select {
  border: 1px solid #c1c5cb;
  border-radius: 3px;
}
.dash-redesign md-select.rounded-select .md-select-value {
  border-bottom: none !important;
}
.dash-redesign md-select.rounded-select .md-select-value {
  align-items: flex-start !important;
}
.dash-redesign .section-title {
  margin-bottom: -15px;
}
.dash-redesign .privacy-icon {
  max-height: 100px;
}
.dash-redesign md-checkbox.md-success.md-checked .md-icon {
  background-color: var(--brand-base);
}
.dash-redesign .form__qr-code {
  padding: .1em .5em;
  background-color: #d5f0f7;
}
.dash-redesign .qr-container {
  position: absolute;
  top: 0;
  right: -40%;
  box-sizing: border-box;
  width: 40%;
  padding: 1em;
  margin-top: 2em;
  background-color: #fff;
}
.dash-redesign .qr-container__title {
  width: 100%;
  color: #283849;
  text-align: center;
  font-size: 1.4em;
}
.dash-redesign .qr-code-top {
  margin-bottom: 8px !important;
}
.dash-redesign .qr-container__image {
  width: 100%;
  height: 300px;
  background: #e0e0e0;
}
.dash-redesign .qr-container__code {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 1em;
  font-size: 2.2em;
  text-align: center;
  color: #283849;
}
.dash-redesign .width-auto {
  width: auto;
}
.dash-redesign .layout__padding-top-2 {
  padding-top: 2.5em;
}
.dash-redesign .layout__padding-bottom-1 {
  padding-bottom: 1em;
}
.dash-redesign .layout__extra-top-bottom-padding {
  padding: 2em 0;
}
.dash-redesign .display-none {
  display: none;
}
.dash-redesign .display-block {
  display: block;
}
.dash-redesign .controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.dash-redesign #pac-input {
  background-color: #fff;
  font-family: 'proxima-nova';
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 300px;
}
.dash-redesign #pac-input:focus {
  border-color: #4d90fe;
}
.dash-redesign .pac-container {
  font-family: 'proxima-nova';
}
.dash-redesign #type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px;
}
.dash-redesign #type-selector label {
  font-family: 'proxima-nova';
  font-size: 13px;
  font-weight: 300;
}
.dash-redesign #target {
  width: 345px;
}
.dash-redesign a.color-link,
.dash-redesign button.color-link {
  color: var(--brand-base);
}
.dash-redesign .title-container {
  padding: 1.5em 2em;
}
.dash-redesign .title-container__text-container {
  height: 100%;
}
.dash-redesign .title-container__button-container {
  height: 100%;
}
.dash-redesign .title__title {
  font-size: 2.5rem;
  color: #5d6f82;
}
.dash-redesign .title__description {
  display: inline-block;
  margin-left: 2em;
  margin-top: .6rem;
  color: #283849;
  font-size: 1.5rem;
}
.dash-redesign .title-section-save-contet {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #283849;
  text-transform: uppercase;
}
.dash-redesign md-list.split-top {
  border-top: 1px solid #e7e7e7;
}
.dash-redesign .action-icon {
  color: #5d6f82;
  font-size: 20px;
}
.dash-redesign .push-15-l {
  margin-left: 15px;
}
.dash-redesign .push-15-r {
  margin-right: 15px;
}
.dash-redesign .geofence-box {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.dash-redesign .padding-15-l {
  padding-left: 15px;
}
.dash-redesign .padding-15-r {
  padding-right: 15px;
}
.dash-redesign .padding-5-l {
  padding-left: 5px;
}
.dash-redesign .padding-5-r {
  padding-right: 5px;
}
.dash-redesign .block > .nav-tabs.nav-tabs-alt > li.active > a,
.dash-redesign .block > .nav-tabs.nav-tabs-alt > li > a:hover {
  color: var(--brand-base);
  box-shadow: 0 2px var(--brand-base);
}
.dash-redesign .mg-button-primary {
  color: var(--button-text) !important;
  background-color: var(--button-background) !important;
  border: 1px solid var(--button-background) !important;
}
.dash-redesign .mg-button-action {
  background-color: transparent;
  color: var(--brand-base) !important;
  border: 1px solid var(--brand-base) !important;
}
.dash-redesign .mg-button-action:hover {
  background-color: var(--button-background) !important;
  color: var(--button-text) !important;
}
.dash-redesign .mg-button-secondary {
  color: #5d6f82;
  border-color: #5d6f82;
}
.dash-redesign .mg-button-info {
  border-color: var(--button-background);
  color: var(--button-background);
}
.dash-redesign .mg-button-info-empty {
  color: var(--button-background);
  border-color: var(--button-background);
}
.dash-redesign .mg-button-info-empty:hover {
  color: var(--button-hover-text);
  background-color: var(--button-background);
}
.dash-redesign .md-whiteframe-z1 {
  box-shadow: none;
  border: 1px solid #c1c5cb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.dash-redesign md-autocomplete md-autocomplete-wrap {
  height: 35px;
}
.dash-redesign md-autocomplete md-autocomplete-wrap input {
  line-height: 35px;
  height: 35px;
}
.dash-redesign .back-button {
  color: #5d6f82;
  font-size: 14px;
}
.dash-redesign md-chips-wrap {
  border: 1px solid #c1c5cb;
  border-radius: 4px;
  margin-top: 6px;
}
.dash-redesign md-chips-wrap .md-chip-input-container {
  margin-top: 0 !important;
}
.dash-redesign md-dialog md-dialog-content .md-dialog-content-body {
  padding-left: 15px;
  padding-right: 15px;
}
.dash-redesign .md-chips .md-chip-input-container md-autocomplete md-autocomplete-wrap {
  height: 20px;
}
.dash-redesign .history-timeline-icon {
  margin-left: 10px;
  color: #fff;
  width: 30px;
  height: 30px;
  background-color: #2fb4d7;
  border-radius: 50%;
  padding-top: 6px;
  padding-left: 8px;
}
.dash-redesign .history-timeline-icon .si {
  margin-left: 0;
}
.dash-redesign md-chips md-chips-wrap {
  padding: 0px;
}
.dash-redesign md-chips md-chips-wrap md-chip {
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 0px;
}
.dash-redesign .md-select-value.md-select-placeholder {
  padding: .2em 1em;
}
.dash-redesign .md-chips.md-removable md-chip .md-chip-content {
  padding-right: 15px;
}
.dash-redesign .filter-map .angular-google-map-container {
  min-height: 200px;
}
.dash-redesign .device-map .angular-google-map-container {
  min-height: 300px;
}
.period-day-selected {
  color: #2fb4d7;
}
.device-info-left {
  border-right: 2px solid #e7e7e7;
}
.device-info-left p {
  margin: 0 0 10px;
}
@media (max-width: 1279px) {
  .device-info-left {
    border-right: none;
    border-bottom: 2px solid #e7e7e7;
  }
}
.range-select {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 8px;
}
.range-select md-select-value {
  padding-top: 0.1em !important;
}
span.schedule-time {
  display: inline-block;
  width: 34px;
  text-align: center;
}
.week-button {
  border: 1px solid #CAD2E5;
  margin-left: -1px;
  padding: 0.4em 1em;
}
.week-button.left-corners {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.week-button.right-corners {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.list-table {
  white-space: nowrap;
}
.table-action-icon {
  font-size: 1.2em;
  color: #545454;
  font-weight: 100;
}
.hide-tag-elements md-chip {
  display: none;
}
.padding-15-t {
  padding-top: 15px !important;
}
.padding-30-r {
  padding-right: 30px !important;
}
.padding-30-l {
  padding-left: 30px !important;
}
mg-location-autocomplete md-autocomplete {
  height: auto;
}
.padding-button-0 button {
  padding-top: 0px !important;
}
.forceShow {
  display: block !important;
}
.form__input-container .switch.switch-sm {
  font-size: 14px;
}
.fixed-table {
  table-layout: fixed;
}
.fixed-table .padding-0 {
  padding-left: 0 !important;
}
.fixed-table td.ellipsis-cell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fixed-table td span.name-cell {
  white-space: normal;
  text-align: left;
}
@media (max-width: 767px) {
  tr.layout-xs-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
  }
}
.baseline-numbers {
  margin: 0;
  color: var(--button-text);
  font-size: 4.3rem;
  line-height: 0.65em;
}
ul.dropdown-menu-list {
  padding-left: 10px;
}
ul.dropdown-menu-list li {
  list-style: none;
}
ul.dropdown-menu-list li a {
  color: #999999;
}
ul.dropdown-menu-list li a:hover {
  color: #8c8c8c;
}
ul.dropdown-menu-list li a.btn {
  font-weight: normal;
}
.storage-info-label {
  margin-top: -20px;
  margin-bottom: 20px;
}
ul.profile-details-dropdown {
  min-width: 300px;
}
@media (max-width: 600px) {
  .layout-xs-column {
    display: block;
  }
  .title__app-name {
    margin-left: 0 !important;
    padding-bottom: 20px !important;
  }
  .margin-xs-t-10 {
    margin-top: 10px;
  }
  .margin-xs-t-20 {
    margin-top: 20px;
  }
  .margin-xs-0-t {
    margin-top: 0px !important;
  }
}
.nav-sub li a {
  cursor: pointer;
  width: 100%;
}
@media (max-width: 1281px) and (min-width: 767px) {
  .padding-table-lr-none {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.fix-margin-t .md-secondary-container {
  margin-top: 0 !important;
}
.padding-0-l {
  padding-left: 0 !important;
}
.region-validate {
  display: none;
}
.region-invalid .region-validate {
  display: block;
  color: #d0021b;
}
.region-invalid .md-select-value {
  border-color: #d0021b;
}
div.timeline-line {
  min-height: 40px;
  width: 2px;
  background-color: #2fb4d7;
  margin-left: 24px;
  opacity: 0.3;
  margin-top: 2px;
  margin-bottom: 2px;
  height: 100%;
}
.si-people:before {
  content: '\e001';
}
.device-student-separate {
  border-left: 1px solid #e7e7e7;
}
@media (max-width: 600px) {
  .device-student-separate {
    border-top: 1px solid #e7e7e7;
    border-left: none;
    margin-top: 10px;
  }
}
a:hover {
  cursor: pointer;
}
@media (max-width: 1279px) {
  .device-info-right {
    border-bottom: 2px solid #e7e7e7;
    padding-bottom: 15px;
  }
}
.storage-size md-slider .md-track-container {
  top: 20px;
  height: 8px;
}
.storage-size md-slider[disabled] .md-track-fill {
  display: block;
}
.storage-size md-slider .md-thumb-container {
  display: none;
}
.storage-size md-slider .md-track {
  background-color: #FF0000;
}
a.assimilate-link {
  color: inherit;
}
.profile-schedule-day {
  font-weight: normal;
}
.profile-schedule-day.profile-schedule-day-selected {
  color: var(--button-text);
}
.tabs-overflow-visible md-tabs {
  overflow: visible !important;
}
.tabs-overflow-visible md-tab-content {
  overflow: visible !important;
}
.geofence-tree-table {
  width: 100%;
}
.geofence-tree-table .geofence-label {
  vertical-align: top;
  width: 25%;
  font-weight: 600;
}
.geofence-tree-table .split-line {
  border-top: 1px solid #ddd;
}
.geofence-tree-table .split-line-bottom {
  border-bottom: 1px solid #ddd;
}
.force-inline-show {
  display: inline !important;
}
.switch[disabled] {
  cursor: not-allowed;
}
.switch[disabled] span {
  color: #737373;
}
.device__info-content-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.button-switch {
  color: #646464;
}
.button-switch.button-switch-success {
  background-color: var(--brand-base);
  color: #fff;
}
.button-switch.switch-border-left {
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}
.button-switch.switch-border-right {
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
}
.device-tag__tag-input input {
  margin-left: 5px;
}
.box-shadow-default {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
a[disabled] {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.4) !important;
}
a.edit-deleted-hidden {
  width: 100%;
  text-align: right;
  display: block;
  padding-right: 5px;
}
.member-of-text {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 500;
}
.pane-info {
  background-color: #f5f5f5;
  padding: 1em;
}
li.ivh-treeview-node,
.ivh-treeview-twistie-leaf {
  list-style-type: none;
}
.ivh-treeview-node-label {
  cursor: default;
}
.safe-content-table {
  margin-top: 10px;
  padding: 5px;
}
.timeline-container {
  list-style: none;
  padding-left: 0;
}
.timeline-description-container {
  word-break: break-word;
}
.cookie-warning {
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  overflow: hidden;
  flex-wrap: nowrap;
  z-index: 9999;
  padding: 1em 1.8em;
  background-color: rgba(255, 255, 255, 0.7);
}
.profile_device_chip {
  font-size: 12px !important;
  padding: 2px 10% !important;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 !important;
  text-align: center;
}
.mg-page-size md-select-value {
  color: var(--button-text) !important;
  font-size: 14px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: lighter;
  border: none;
  /* reset border for more consistent styling and 'just-in-case' */
  border: 2px solid var(--button-text) !important;
  border-radius: 50px !important;
  background: transparent;
  transition: all .4s ease;
}
.mg-page-size .md-select-icon {
  color: var(--button-text);
}
.mg-page-size:hover md-select-value {
  color: #fff;
  background-color: var(--button-text);
}
.mg-page-size:hover .md-select-icon {
  color: #fff;
}
.mg-page-size:hover .md-text {
  color: #fff;
}
.mg-page-size {
  margin-top: 8px;
}
.md-dialog-container {
  z-index: 1040;
}
md-backdrop.md-menu-backdrop {
  position: fixed !important;
  z-index: 1100;
}
md-backdrop.md-select-backdrop {
  z-index: 1100;
}
@media (max-width: 599px) {
  .dash-redesign .form-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.cookie-padding {
  padding-bottom: 40px !important;
}
@media (max-width: 599px) {
  .cookie-padding {
    padding-bottom: 70px !important;
  }
}
@media (max-width: 959px) {
  .register-tabs md-tabs md-tab-item {
    white-space: pre-wrap;
    padding-bottom: 0;
    padding-top: 0;
    font-size: 0.7em;
    line-height: 1;
  }
  .dash-redesign .chrome-config-btns-wrapper {
    margin-left: unset;
    max-width: 100%;
  }
}
.md-open-menu-container {
  z-index: 1100 !important;
}
@media (device-width: 768px) and (device-height: 1024px) {
  ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  }
}
.applications-settings-group {
  padding: 8px;
  margin: 10px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 47%;
  flex: 1 1 47%;
  max-width: 47%;
  max-height: 100%;
  box-sizing: border-box;
}
.tag {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 20ch;
  font-size-adjust: 0.5;
}
.zendesk-widget-btn {
  border: none !important;
  background: transparent;
  z-index: 1100;
  transform: translateZ(0px);
  position: fixed;
  opacity: 1;
  bottom: 0px;
  max-height: 321px;
  min-width: 90px;
  margin-bottom: 90px;
  right: -60px;
  padding: 0;
  transition: right 0.3s ease-in;
}
.zendesk-widget-btn button.app-button {
  padding-left: 8px;
}
.zendesk-widget-btn .mg-button-primary {
  border: none !important;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  background: #6164fc !important;
  color: #ffffff !important;
  width: auto;
  padding: 8px 10px;
}
.zendesk-widget-btn i {
  font-size: 20px;
}
.zendesk-widget-btn span {
  width: 0;
  transition: width 0.3s, opacity 0.3s ease-in;
  opacity: 0;
  margin-left: 8px;
  font-weight: 600;
  margin-right: 20px;
}
.zendesk-widget-btn:hover {
  right: -20px;
}
.zendesk-widget-btn:hover span {
  width: 100%;
  opacity: 1;
}
.zendesk-widget {
  border: none;
  background: transparent;
  z-index: 1100;
  transform: translateZ(0px);
  position: fixed;
  margin: 15px;
  margin-top: 0px;
  opacity: 1;
  right: 0px;
  bottom: 0px;
  width: 357px;
  max-height: 321px;
}
.zendesk-container {
  background-clip: border-box;
  background-color: rgba(255, 255, 255, 0.98);
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px 0px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: normal;
  max-height: 321px;
  position: fixed;
  width: 342px;
  bottom: 10px;
}
.zendesk-container .attachment-form {
  margin-top: 10px;
  margin-bottom: 10px;
}
.zendesk-container .search-input {
  height: 50px;
  margin-top: 16px;
  margin-left: 16px;
  margin-right: 16px;
}
.zendesk-container .search-input input {
  height: 100%;
}
.zendesk-container .search-input .search-btn {
  position: absolute;
  right: 36px;
  font-size: 22px;
  color: #d0d0d0;
}
.zendesk-header {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding: 8px;
}
.zendesk-header .back-btn,
.zendesk-header .new-profile-container__title {
  margin-top: 16px;
}
.zendesk-header .header-description {
  margin-top: 14px;
  font-size: 12px;
}
.zendesk-header .new-profile-container__title {
  text-align: left !important;
}
.zendesk-header .close-btn {
  display: flex;
  flex-direction: row;
  border-radius: 100%;
  background: #6164fc !important;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 18px;
  min-width: 40px;
  max-width: 40px;
  font-weight: 100;
  min-height: 40px;
  max-height: 40px;
  box-shadow: #6164fc42 0px 0px 6px 4px;
  cursor: pointer;
}
.zendesk-support__list-item {
  white-space: inherit;
  text-align: left;
  line-height: 1.1;
  text-transform: none;
}
.zendesk-article h1 {
  font-size: 1.33333rem;
}
.zendesk-article h2 {
  font-size: 1.25rem;
}
.zendesk-article h3 {
  font-size: 1.20rem;
}
.zendesk-article h4 {
  font-size: 1.15rem;
}
.zendesk-article h5 {
  font-size: 1.10rem;
}
.zendesk-article h6 {
  font-size: 1.05rem;
}
.zendesk-article img {
  max-width: 100%;
  height: 100% !important;
  width: 100% !important;
}
.zendesk-article iframe {
  width: 100%;
}
.zendesk-container {
  overflow: hidden;
}
.zendesk-container .form__content-container {
  padding: 0;
  margin: 0;
}
.zendesk-container .wysiwyg-text-align-center {
  height: auto !important;
  padding-bottom: 0 !important;
}
.zendesk-container .form__input-label {
  margin: 0;
}
.zendesk-container .load-more {
  max-height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  color: #686ac3 !important;
  border-color: #686ac3 !important;
  border-radius: 999rem !important;
}
.zendesk-container a,
.zendesk-container .help-link {
  color: #686ac3;
  font-size: 14px;
}
.zendesk-container .footer-contact {
  padding: 24px;
}
.zendesk-container .form__input-container button {
  background: #6164fc !important;
}
.zendesk-widget-height {
  max-height: 500px;
}
.zendesk-scrollable {
  overflow-y: auto;
  max-height: 150px;
}
.zendesk-scrollable-height {
  max-height: 400px;
  overflow: auto;
}
.pagination-displaying-text {
  text-align: center;
  height: 16px;
  width: 200px;
  color: #879BCE;
  font-family: 'Nunito', sans-serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 16px;
  opacity: 0.6;
}
@media (min-width: 900px) {
  .pagination-displaying-text {
    text-align: right;
  }
}
.profile-details-dropdown {
  position: fixed;
  top: 47px;
  right: 0;
  overflow: auto;
  max-height: 80%;
}
@media (max-width: 400px) {
  .profile-details-dropdown {
    left: 0;
    min-width: 100% !important;
  }
}
.profile-details-dropdown .licenses__pagination {
  padding: 0;
}
.profile-details-dropdown .profile-details-dropdown__school {
  margin-top: 3px;
}
.profile-details-dropdown .divider {
  margin: 3px 0;
}
.self-install-tag {
  background-color: #2FCCE8 !important;
}
mg-translate {
  display: inline;
}
md-dialog .md-title {
  padding-left: 15px;
  padding-right: 15px;
}
.weekly_configuration__button_fix .chip-button i::before {
  position: relative;
  top: -6px;
}
mg-translation-selection md-select {
  margin: 0;
}
.topbar-language-selection {
  padding: 0 12px;
}
.topbar-language-selection .select-language-label {
  display: none;
}
.topbar-language-selection mg-translation-selection {
  margin-top: 0.5px;
}
.topbar-language-selection md-select:focus:not([disabled]) .md-select-value {
  padding-bottom: 0 !important;
}
.header-class-name {
  display: block;
  height: 100%;
  font-size: 14px;
  text-align: center;
  color: #7487C3;
  font-weight: 300;
  line-height: 34px;
  padding: 0 31px;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .nav-header li {
    margin-left: 8px;
  }
  .nav-header li a {
    padding: 0;
  }
  .nav-header .header-class-name {
    padding: 0;
  }
  .nav-header md-select .md-select-value {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .topbar-language-selection {
    padding: 0;
  }
}
.switch-full-width {
  width: 100%;
}
.settings-mdm__dep-screen-description {
  margin: 0;
}
.mg-table__selection-count {
  background-color: #E34B7E;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #fff4ea;
  padding: 2px 7px;
  margin: 3px;
  font-weight: 600 !important;
  color: white;
  font-size: 12px;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.mg-table__showing-only-selected {
  background-color: #ff6b6b;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 30%;
  border-color: #fff4ea;
  padding: 5px 10px;
}
.css-checkbox-primary-indeterminate input + span:after {
  content: "\f068";
  color: #283849;
}
.profile-overview__list-container .profile_chip {
  line-height: 25px;
  text-align: center;
}
@media (max-width: 900px) {
  .profile-overview__list-container {
    display: none;
  }
}
.language-selection__flag {
  width: 24px;
  height: 24px;
  margin-right: 2px;
}
.mg-button-gradient-info {
  background: var(--button-background) !important;
  border: 1px solid var(--button-background) !important;
  color: var(--button-text) !important;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
.mg-button-language-switching-gradient {
  background: var(--button-background);
  border: 1px solid var(--button-text);
  color: var(--brand-base);
}
.mg-button-language-switching-empty {
  background-color: transparent;
  border: 1px solid var(--brand-base) !important;
  color: var(--brand-base) !important;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
.mg-button-language-switching-empty[disabled] {
  background-color: transparent !important;
}
.mg-button-language-switching-empty:hover {
  color: var(--button-text) !important;
  background: var(--button-background) !important;
}
.mg-button-empty-info {
  background-color: transparent;
  border: 1px solid var(--brand-base) !important;
  color: var(--brand-base) !important;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
.mg-button-empty-info[disabled] {
  background-color: transparent !important;
}
.mg-button-empty-info:hover {
  background-color: var(--brand-base) !important;
  border: 1px solid transparent !important;
  color: var(--button-hover-text) !important;
}
.topbar__notifications-holder {
  position: absolute;
  right: 20px;
  top: -8px;
  width: 0;
  height: 0;
}
.topbar__notifications-holder .topbar__notifications-badge {
  min-width: 18px;
  max-width: 30px;
  padding: 0;
  background-color: #FF0000;
  border-radius: 16px;
  font-family: 'Nunito', sans-serif;
  font-size: 12px;
  min-height: 16px;
  line-height: 16px;
  font-weight: 600;
}
.table-profile-image {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
  background-size: cover;
}
[table-name-letter]:before {
  content: attr(table-name-letter);
  display: flex;
  justify-content: center;
  background: #FCA02F;
  width: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
  float: left;
  color: white;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
}
[table-school-count]:before {
  content: attr(table-school-count);
  display: flex;
  justify-content: center;
  background: #6AD67B;
  width: 17px;
  line-height: 17px;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
  float: left;
  color: white;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
}
.disable-pointing-events {
  pointer-events: none;
}
.camera-icon {
  position: relative;
  right: 35px;
  bottom: 2px;
}
.profile-menu-btn {
  font-size: 13px;
  font-weight: 400;
}
.change-profile-item {
  height: 30px;
  min-height: 30px;
}
.remove-profile-item {
  height: 35px;
  min-height: 35px;
}
.profile-image-upload {
  display: inline-block;
  background-color: #CAD2E5;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
}
.profile-image-upload label {
  margin: 0 auto;
}
.profile-image-upload label input[type="file"] {
  display: none !important;
}
.profile-image-upload label img {
  display: inline-block !important;
  width: 64px;
  height: 64px;
  object-fit: cover;
}
.company-logo-width {
  width: 120px!important;
}
.profile-image-upload:hover {
  box-shadow: 0px 0px 12px 5px rgba(78, 76, 122, 0.18);
}
.profile-image-upload:hover label img {
  cursor: pointer;
}
.list__title-white-container-skin {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
}
.list__title-white-container-skin thead {
  background-color: transparent !important;
  color: #515A75;
  height: 46px;
}
.list__title-white-container-skin thead:hover {
  box-shadow: none;
  border: none;
}
.list__title-white-container-skin thead:hover tr {
  box-shadow: none;
  border: none;
}
.list__title-white-container-skin thead:hover tr td {
  border: none;
}
.list__title-white-container-skin th.sort {
  background-color: white !important;
  padding-right: 15px !important;
}
.list__title-white-container-skin tr {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
.list__title-white-container-skin .mg-table__showing-only-selected {
  background-color: #118B8A;
}
.list__title-white-container-skin tbody {
  margin: 1px;
}
.list__title-white-container-skin .odd-list-item {
  background-color: #F0F6F7;
}
.list__title-white-container-skin th.sort {
  background-color: white !important;
}
.list__title-blue-container-skin {
  background: linear-gradient(140.28deg, var(--button-background) 0%, var(--button-background-inverse) 100%);
}
.list__title-blue-container-skin thead {
  background-color: transparent !important;
  color: #fff;
}
.list__title-blue-container-skin tr {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
.list__title-blue-container-skin .mg-table__showing-only-selected {
  background-color: #2c343f;
}
.list__title-blue-container-skin .css-checkbox-primary input:checked + span {
  background-color: #7dea90;
  border-color: #7dea90;
}
.list__title-blue-container-skin tbody tr {
  background: white none;
}
.list__title-blue-container-skin .odd-list-item {
  background-color: #F0F6F7;
}
.list__title-blue-container-skin th.sort {
  background-color: transparent !important;
}
.table-filter-font {
  font-size: 14px;
}
.table-filter-font thead > tr > th,
.table-filter-font .table > tbody > tr > th,
.table-filter-font .table > tfoot > tr > th {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
.table-filter-font .btn {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  border: none;
}
.table-filter-font .tag {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
.table-filter-font a {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
.table-filter-font time {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
.table-filter-font .css-checkbox input + span:after {
  line-height: 15px;
}
.table-filter-font .css-checkbox input + span {
  width: 16px;
  height: 16px;
}
.table-filter-font span {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
.table-filter-font thead > tr > th,
.table-filter-font tbody > tr > th,
.table-filter-font tfoot > tr > th,
.table-filter-font thead > tr > td,
.table-filter-font tbody > tr > td,
.table-filter-font tfoot > tr > td {
  vertical-align: middle;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  padding: 5px;
}
@media screen and (max-width: 700px) {
  .table-filter-font thead > tr > th,
  .table-filter-font tbody > tr > th,
  .table-filter-font tfoot > tr > th,
  .table-filter-font thead > tr > td,
  .table-filter-font tbody > tr > td,
  .table-filter-font tfoot > tr > td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.table-filter-font .css-checkbox {
  margin: 0;
}
.row-expandable::after {
  content: '';
  background: transparent url('../assets/img/arrow_down.png') no-repeat center;
  color: #879BCE;
  padding-left: 30px;
}
.row-expanded {
  align-items: start !important;
}
.row-expanded td {
  vertical-align: top !important;
  padding-top: 11px !important;
}
.row-expanded td [table-name-letter]::before {
  margin: -6px auto !important;
}
.row-expanded td .row-expandable::after {
  background: transparent url('../assets/img/arrow_up.png') no-repeat center;
}
.row-expanded-item {
  padding-left: 0;
}
.reports_title {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
.teacher-group-actions {
  text-align: right;
  font-size: 20px;
  color: #92ade88c;
}
.access-requests-table {
  width: 100%;
}
.access-requests-status {
  color: white;
  border: none;
  width: 100px;
  height: 35px;
  border-radius: 20px;
}
.pending {
  background-color: #ff9e59;
}
.approved {
  background-color: #2ac5b8;
}
.rejected {
  background-color: #d24444;
}
.access-requests-actions {
  width: 28px;
  border-radius: 15px;
  height: 28px;
  background-color: white;
}
.access-requests-actions-approve {
  color: #2ac5b8;
  border: 2px solid #2ac5b8;
}
.access-requests-actions-decline {
  color: #d24444;
  border: 2px solid #d24444;
}
.access-requests-bulk-actions {
  border-radius: 20px;
  width: 110px;
  height: 40px;
  border: none;
  display: inline-block;
  background-color: white;
}
.access-requests-bulk-actions-approve {
  color: #2ac5b8;
  border: 1px solid #2ac5b8;
}
.access-requests-bulk-actions-decline {
  color: #d24444;
  border: 1px solid #d24444;
}
.access-requests-bulk-actions-select-all {
  color: #797bbd;
  background-color: white;
  border: 1px solid #797bbd;
}
.access-requests-bulk-actions-unselect {
  color: white;
  background-color: #797bbd;
}
.status-wrapper {
  color: white;
  display: initial;
  height: 30px;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid transparent;
  background-color: #2ac5b8;
  font-weight: normal;
}
.status-select {
  width: 85px;
  border: none;
  background-color: transparent;
  text-align-last: center;
}
.accessCheck[type=checkbox] {
  width: 20px;
  height: 12px;
  font-size: 13px;
  border-radius: 50%;
}
.accessCheck[type=checkbox]:after {
  content: " ";
  width: 19px;
  height: 18px;
  border-radius: 50%;
  padding-left: 5px;
  margin-right: 5px;
  display: inline-block;
  visibility: visible;
}
.accessCheck[type=checkbox]:checked:after {
  content: "\2713";
  color: white;
  background-color: #2ac5b8;
  margin-top: -1px;
  /* this is a checkmark symbol */
}
.access-search {
  border-bottom: 1px solid #a9a9a9;
  width: 20%;
  display: inline-block;
}
.reports__pagination {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
.reports__pagination .app-button {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
.reports__pagination .form__input {
  height: 33px;
  width: 67px;
  padding: 0 1em;
  text-align: center;
  color: #7487C3;
  font-weight: 200;
  -moz-appearance: textfield;
  border-radius: 2px;
  border: 1px solid #F1F1F1 !important;
}
.reports__pagination .mg-button-rectangle-empty {
  padding: 0;
  width: 100%;
  width: 33px;
  height: 33px;
  box-shadow: 0 2px 9px 0 rgba(38, 53, 54, 0.09);
}
.reports__pagination .mg-button-rectanglewidth-empty {
  width: 66px;
  height: 33px;
  box-shadow: 0 2px 9px 0 rgba(38, 53, 54, 0.09);
  border: transparent;
  background: white;
}
.reports__pagination button {
  margin-left: 15px !important;
  margin-right: 15px !important;
  border-radius: 2px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 9px 0 rgba(38, 53, 54, 0.09);
  width: 33px;
  height: 33px;
}
.text-center {
  text-align: center !important;
}
.filter__button-cyan {
  border-radius: 2px;
  border: 1px solid var(--brand-base) !important;
  color: var(--brand-base) !important;
  min-width: 120px;
  text-transform: none !important;
  vertical-align: middle;
}
.filter__button-cyan .fa {
  font-size: 20px;
  position: relative;
  top: 2px;
}
.filter__button-cyan .fa-android {
  color: #86df95;
}
.filter__button-cyan:hover {
  background-color: transparent;
  background: var(--button-background) !important;
  color: var(--button-hover-text) !important;
}
.filter__button-cyan:hover .fa {
  color: var(--button-hover-text) !important;
}
.filter__button-container {
  padding-bottom: 9px;
  padding-top: 9px;
  border-top: 1px solid rgba(222, 227, 238, 0.6) !important;
  border-left: 1px solid rgba(222, 227, 238, 0.6) !important;
  box-shadow: 0 2px 6px 0 rgba(38, 54, 67, 0.05);
}
.filter__button-container {
  padding-bottom: 0px;
  padding-top: 0px;
}
.filter__button-container .md-button {
  width: 100%;
  min-height: 50px;
  min-width: 88px;
  margin: 0 !important;
  border-radius: 0px;
  background: transparent;
  color: var(--button-background);
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}
.filter__button-container .md-button:not([disabled]):hover {
  color: var(--button-text) !important;
  background: var(--button-background) !important;
}
.filter__button-container .filterApplied {
  color: #FFFFFF !important;
  background: var(--button-background);
}
.filter__button-container .md-menu {
  width: 100%;
}
.table_header {
  height: 71.63px;
  width: 100%;
  position: relative;
  display: table;
  border-bottom: 1px solid #EAEEF2;
}
.table_header.sticky-table-header {
  position: sticky;
  top: 120px;
  border-top: 3px solid #1EC5B8;
  background-color: white;
  z-index: 1029;
}
.table_header_desc-container {
  padding-top: 23px;
}
.table_desc-container .alert-link {
  color: #21C5B9;
}
.table_header_counter {
  width: 133px;
  padding-left: 33px;
  display: table-cell;
  vertical-align: middle;
  color: #262D37;
  font-family: 'Nunito', sans-serif;
  font-size: 24px;
  line-height: 32px;
}
.table_header_counter::before {
  content: "\00B7";
  color: #1EC5B8;
  font-size: 60px;
  float: left;
  margin-top: -4px;
}
.table_header_desc {
  display: table-cell;
  vertical-align: middle;
  color: #262D37;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  line-height: 18px;
}
.table_header_title {
  color: #323C47;
  font-size: 14px;
  line-height: 19px;
}
.new_table_header_title {
  color: black;
  line-height: 19px;
  font-size: 14px;
}
.table_header_subtitle {
  color: #879BCE;
  font-size: 12px;
  line-height: 16px;
}
.new_able_header_subtitle {
  color: black;
  font-size: 12px;
  line-height: 16px;
}
.table_header_title_container {
  padding: 20px 25px;
}
.table-sticky-th > thead > tr > th {
  position: sticky;
  top: 191px;
  z-index: 1029;
  background: white;
}
@media screen and (max-width: 600px) {
  .text-xs-left {
    text-align: left !important;
  }
}
.topbar-title {
  color: #323C47;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  height: 34px;
  line-height: 34px;
}
.table-button {
  box-shadow: 0 2px 8px 0 rgba(10, 22, 40, 0.16);
  border-radius: 12.5px;
  background-color: #FFFFFF;
  padding: 5px 14px;
  color: #879BCE;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  text-align: center;
  align-self: center;
}
.table-button:hover {
  box-shadow: none;
}
.push-2-l {
  margin-left: 2px;
}
.sync-progress {
  padding: 16px 31px 16px 31px !important;
}
.sync-progress-bar {
  height: 24px;
  border-radius: 0 2px 2px 0;
}
.sync-progress-container .tooltip {
  font-family: 'Nunito', sans-serif;
}
.sync-progress-container .tooltip.in {
  opacity: 1 !important;
  box-shadow: 0 1px 5px 0 rgba(37, 39, 76, 0.21);
  border-radius: 2px;
}
.sync-progress-container .tooltip-arrow {
  top: 38px;
  border-top-color: white !important;
}
.sync-progress-container .tooltip-inner {
  background-color: #FFFFFF;
  opacity: 1 !important;
  border-radius: 5px;
  color: #323C47;
  font-size: 12px;
  line-height: 16px;
}
.sync-progress-badge {
  height: 28px;
  width: 40px;
  border-radius: 3px;
  color: white;
  text-align: center;
  background-color: #879BCE;
  padding-top: 4px;
  font-size: 16px;
  line-height: 22px;
}
.translation-selector {
  font-size: 14px !important;
}
.content-mini.content-mini-full {
  padding-bottom: 7px !important;
}
.device-details {
  box-shadow: 0 2px 4px 0 rgba(38, 54, 67, 0.1);
  border-radius: 4px;
  margin-left: 2px;
}
.device-details .device-details-body {
  padding-left: 24px;
  padding-right: 24px;
}
.device-details .device-details__title-text {
  padding-top: 15px;
  padding-left: 24px;
  padding-right: 15px;
  color: #323C47;
  font-size: 16px;
  line-height: 22px;
}
.device-details .device-details-table div:nth-child(even) {
  background-color: #F2F5F8;
}
.device-details .device-details-table div p {
  color: #323C47;
  margin: 10px 24px;
}
.device-details .device-details-table div .text-uppercase {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.device-details .device-details-table div .text-right {
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
}
.android__permissions-item {
  padding: 5px;
}
.android__permissions-item div {
  font-size: 12px;
  line-height: 1em;
}
.android__permissions-item .additional-info {
  white-space: pre-wrap;
}
.timezone-selector__container md-content {
  margin-top: 32px;
}
.timezone-selector__container .timezone-selector__search {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: white;
}
.timezone-selector__container .timezone-selector__search .form__input {
  border-radius: 0;
  border-left: none;
}
#main-container {
  padding-bottom: 30px;
}
.mg-flat-button {
  border-radius: 2px !important;
}
.mg-password {
  -webkit-text-security: disc !important;
  text-security: disc !important;
  -moz-text-security: disc !important;
}
.block {
  background-color: #ffffff;
}
.break-all {
  word-break: break-all;
}
.text-nowrap {
  white-space: nowrap;
}
.url-textarea {
  width: 100%;
  border: none;
  resize: none;
  height: 20px;
  word-break: break-all;
  overflow: hidden;
}
.profile-image-disabled {
  box-shadow: none !important;
}
.profile-image-disabled label img {
  cursor: default !important;
}
body .login-container .login-header {
  background-color: #ffffff;
  position: relative;
  padding: 100px 0;
  -moz-transition: all 550ms ease-in-out;
  -o-transition: all 550ms ease-in-out;
  -webkit-transition: all 550ms ease-in-out;
  transition: all 550ms ease-in-out;
  padding: 5px 0;
}
body .login-container .login-header.login-caret:after {
  border-top-color: #ffffff;
}
.login-page .login-content {
  position: relative;
  width: 320px;
  margin: 0 auto;
  text-align: center;
  padding: 0px;
  -moz-transition: all 550ms ease-in-out;
  -o-transition: all 550ms ease-in-out;
  -webkit-transition: all 550ms ease-in-out;
  transition: all 550ms ease-in-out;
}
.login-page .login-header.login-caret:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  margin-left: -12.5px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 13px 12.5px 0 12.5px;
  border-color: #373e4a transparent transparent transparent;
  bottom: -13px;
  -moz-transition: all 550ms ease-in-out;
  -o-transition: all 550ms ease-in-out;
  -webkit-transition: all 550ms ease-in-out;
  transition: all 550ms ease-in-out;
  z-index: 9999;
  border-top-color: #ffffff;
}
.login-body {
  min-height: 100%;
  height: auto;
}
tags-input {
  display: block;
}
tags-input *,
tags-input *:before,
tags-input *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
tags-input .host {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 100%;
}
tags-input .host:active {
  outline: none;
}
tags-input .tags {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  padding: 1px;
  overflow: hidden;
  word-wrap: break-word;
  cursor: text;
  background-color: #fff;
  border: 0;
  box-shadow: none;
  height: 100%;
}
tags-input .tags.focused {
  outline: none;
}
tags-input .tags .tag-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
tags-input .tags .tag-item {
  margin: 2px;
  padding: 0 10px;
  display: inline-block;
  float: left;
  height: 26px;
  line-height: 25px;
  border: 0;
  border-radius: 12px;
  background: #E0E0E0;
}
tags-input .tags .tag-item.selected {
  background: #106CC8;
  color: #fff;
}
tags-input .tags .tag-item .remove-button {
  margin: 0 0 0 5px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  vertical-align: middle;
  color: #585858;
}
tags-input .tags .tag-item .remove-button:active {
  color: #ff0000;
}
tags-input .tags .input {
  border: 0;
  outline: none;
  margin: 2px;
  padding: 0;
  padding-left: 5px;
  float: left;
  height: 26px;
}
tags-input .tags .input.invalid-tag {
  color: #ff0000;
}
tags-input .tags .input::-ms-clear {
  display: none;
}
tags-input[disabled] .host:focus {
  outline: none;
}
tags-input[disabled] .tags {
  background-color: #eee;
  cursor: default;
}
tags-input[disabled] .tags .tag-item {
  opacity: 0.65;
}
tags-input[disabled] .tags .tag-item .remove-button {
  cursor: default;
}
tags-input[disabled] .tags .tag-item .remove-button:active {
  color: #585858;
}
tags-input[disabled] .tags .input {
  background-color: #eee;
  cursor: default;
}
tags-input .autocomplete {
  margin-top: 5px;
  position: absolute;
  padding: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
tags-input .autocomplete .suggestion-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 280px;
  overflow-y: auto;
  position: relative;
}
tags-input .autocomplete .suggestion-item {
  padding: 5px 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  background-color: #fff;
}
tags-input .autocomplete .suggestion-item.selected {
  color: #fff;
  background-color: #0097cf;
}
tags-input .autocomplete .suggestion-item.selected em {
  color: #fff;
  background-color: #0097cf;
}
tags-input .autocomplete .suggestion-item em {
  color: #000;
  background-color: #fff;
}
.new-tag {
  background-color: #00789f;
  color: #FFF;
}
.new-tag [md-svg-icon="md-close"] {
  color: #FFF;
}
/*# sourceMappingURL=ng-tags-input.css.map */
.class-list {
  margin: 0 -11px;
}
.class-list .class-item {
  background-color: #ffffff;
  border: solid 2px #ffffff;
  margin-left: 21px;
  word-break: break-all;
  margin-top: 21px;
  height: 245px;
  font-size: 16px;
}
@media (min-width: 1280px) {
  .class-list .class-item {
    flex: 0 0 22%;
  }
}
@media (min-width: 960px) and (max-width: 1280px) {
  .class-list .class-item {
    flex: 0 0 21%;
  }
}
.class-list .class-item .si {
  padding: 5px;
}
.class-list .class-item .class-header {
  margin: 16px;
}
.class-list .class-item .class-header .class-title {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #283849;
  word-break: break-word;
}
.class-list .class-item .class-header .class-description {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  text-overflow: ellipsis;
  font-stretch: normal;
  color: #5d6f82;
  word-break: break-word;
  max-height: 50px;
  overflow-y: hidden;
}
.class-list .class-item .class-header .chevron-left {
  object-fit: contain;
}
.class-list .class-item .fill2 {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-image: url("img/classes/group-4.png");
}
.class-list .class-item .Students {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #5d6f82;
}
.class-timeline .class-timeline-item {
  height: 176px;
  border: 1px solid #ededed;
  border-bottom: 3px solid #5d6f82;
}
.class-timeline .class-timeline-item .now-indicator {
  border-right: 50px solid #4fcb7a;
  border-bottom: 50px solid transparent;
  object-fit: contain;
  width: 0;
  height: 0;
}
.class-timeline .class-timeline-item .now-indicator .time {
  object-fit: contain;
  position: relative;
  left: 27px;
  top: 5px;
}
.class-timeline .class-timeline-item a {
  text-decoration: none;
}
.class-timeline .class-timeline-item .active {
  background-color: rgba(79, 203, 121, 0.08);
}
.class-timeline .class-timeline-item .class-info {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #283849;
}
.class-timeline .class-timeline-item .line {
  width: 3px;
  height: 100%;
  border: solid 1px #ededed;
}
.class-timeline .class-timeline-item .bottom-indicator {
  width: 25px;
  height: 25px;
  background-color: #5d6f82;
  border: solid 2px #ffffff;
  border-radius: 50%;
  position: relative;
  top: 11px;
  left: 0;
}
.class-timeline .class-timeline-item .bottom-indicator span {
  font-weight: 400;
  color: white;
  letter-spacing: 2px;
}
.class-timeline .prev {
  border-bottom: 3px solid #dce0e0;
}
.class-timeline .prev .class-info {
  opacity: 0.4;
}
.class-timeline .prev .bottom-indicator {
  background-color: #ccd0d4;
}
.class-timeline .current {
  background-color: rgba(79, 203, 121, 0.08);
  border-bottom: 3px solid #4fcb7a;
}
.class-timeline .current h5 {
  color: #4fcb7a;
}
.class-timeline .current .bottom-indicator {
  background-color: #4fcb7a;
}
.class-timeline .class-duration {
  height: 16px;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  color: #5d6f82;
  margin: 5px 10px;
}
.class-timeline .class-duration-holder {
  border-radius: 100px;
  background-color: rgba(47, 180, 215, 0.1);
  margin-top: 5px;
}
.class-timeline .description {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #5d6f82;
  word-break: break-word;
}
.class-timeline .active-class {
  background-color: rgba(79, 203, 121, 0.08);
}
.timeline-title {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  padding: 20px;
  color: #283849;
  border-bottom: solid 1px #ededed;
}
.class-details-tabs {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.class-students {
  padding: 15px;
}
.class-students .student {
  border: solid 1px #e7e7e7;
  margin-bottom: 25px;
}
.class-students .student .header {
  /*background-image: url("img/bg_user.jpg");*/
  background-size: cover;
  text-align: center;
  padding-top: 65px;
  border-bottom: solid 3px #ededed;
  background: #fafafa center center;
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.class-students .student .header .img-avatar {
  width: 62px;
  height: 62px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  border: solid 1px #fafafa;
}
.class-students .student .header .info-container {
  border-top: solid 10px white;
  background-color: white;
  padding-bottom: 28px;
}
.class-students .student .header .info-container1 {
  margin-top: -45px;
}
.class-students .student .header .subtitle {
  font-size: 13px;
}
.class-students .student .header .css-checkbox {
  position: absolute;
  top: 7px;
  left: 20px;
}
.class-students .student .header .action-menu {
  position: absolute;
  top: 0;
  right: 20px;
}
.class-students .student .body {
  background-color: #FFF;
}
.class-students .student .body ul.nav > li > .md-menu {
  width: 100%;
  display: block;
}
.class-students .student .body ul.nav > li > a,
.class-students .student .body ul.nav > li > .dropdown,
.class-students .student .body ul.nav > li > .md-menu a {
  border-radius: 0;
  padding: 10px !important;
  text-align: center;
  border-right: solid 1px #F7F7F7;
}
.class-students .student .body ul.nav > li > a a,
.class-students .student .body ul.nav > li > .dropdown a,
.class-students .student .body ul.nav > li > .md-menu a a {
  border: 0;
  display: block;
  width: 100%;
}
.class-students .student .body ul.nav > li > a i,
.class-students .student .body ul.nav > li > .dropdown i,
.class-students .student .body ul.nav > li > .md-menu a i {
  font-size: 16px;
}
.class-students .student .body ul.nav > li:last-child > a {
  border-right: 0;
}
.class-students .student.selected {
  background-color: rgba(157, 204, 41, 0.45);
}
.class-students .tooltip-inner {
  background-color: #ffffff !important;
  color: #5d6f82;
}
.class-content {
  padding: 15px;
}
.class-content .content-item {
  border: solid 1px #e7e7e7;
  margin-bottom: 25px;
  background-color: #FAFAFA;
  margin-left: 10px;
  margin-right: 10px;
}
.class-content .content-item .header {
  /*background-image: url("img/bg_user.jpg");*/
  background-size: cover;
  text-align: center;
  padding-top: 65px;
  border-bottom: solid 3px #ededed;
  background: #fafafa center center;
}
.class-content .content-item .header .info-container {
  border-top: solid 10px white;
  background-color: white;
}
.class-content .content-item .header .info-container1 {
  margin-top: -45px;
}
.class-content .content-item .header .img-avatar {
  width: 62px;
  height: 62px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: solid 1px #fafafa;
  text-align: center;
  background-color: white;
}
.class-content .content-item .header .img-avatar i {
  padding-top: 13px;
  color: #c1c1c1;
  display: block;
}
.class-content .content-item .header .title {
  padding: 0 10px;
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.class-content .content-item .header .subtitle {
  font-size: 13px;
}
.class-content .content-item .header .css-checkbox {
  position: absolute;
  top: 0;
  left: 20px;
}
.class-content .content-item .header .action-menu {
  position: absolute;
  top: 0;
  right: 20px;
}
.class-content .content-item .body {
  background-color: #FFF;
}
.class-content .content-item .body ul.nav > li > a,
.class-content .content-item .body ul.nav > li > .dropdown {
  border-radius: 0;
  padding: 10px;
  text-align: center;
  border-right: solid 1px #F7F7F7;
}
.class-content .content-item .body ul.nav > li > a a,
.class-content .content-item .body ul.nav > li > .dropdown a {
  border: 0;
  display: block;
}
.class-content .content-item .body ul.nav > li > a i,
.class-content .content-item .body ul.nav > li > .dropdown i {
  font-size: 16px;
}
.class-content .content-item .body ul.nav > li:last-child > a {
  border-right: 0;
}
.class-content .content-item.selected {
  background-color: rgba(157, 204, 41, 0.45);
}
.class-content .tooltip .tooltip-inner {
  background-color: #ffffff !important;
  color: #5d6f82;
}
.shape {
  width: 4px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 50%;
}
.toolbar-btn-list .btn {
  border: solid 1px #ededed;
}
.vline-trash {
  width: 1px;
  height: 11px;
  background-color: #5d6f82;
  position: relative;
  top: 17px;
  left: 7px;
}
.trash-copy {
  height: 20px;
  object-fit: contain;
  margin: 5px;
}
.dash-redesign #header-navbar {
  text-align: center;
}
.onboarding-sidebar {
  background-image: url("img/photos/onboarding-img.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 55px 55px 55px;
  height: 100vh;
}
.onboarding-sidebar-title {
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
}
.onboarding-sidebar-subtitle {
  font-size: 18px;
  font-weight: 700;
}
.onboarding-sidebar-list {
  padding: 0;
  margin: 0;
  padding-left: 12px;
}
.onboarding-sidebar-list li {
  font-size: 15px;
  margin-bottom: 12px;
  font-weight: 700;
  padding-left: 15px;
}
.onboarding-sidebar-list li::marker {
  content: "\2713";
  color: #1EC5B8;
}
.onboarding-sidebar .dots-holder {
  position: fixed;
  bottom: 70px;
  right: 0px;
  padding-right: 40px;
}
.onboarding-sidebar .onboarding-sidebar-text {
  padding: 40px;
}
.onboarding-sidebar .onboarding-sidebar-text .quote {
  text-align: justify;
  font-size: 14px;
  line-height: 1.67;
  text-align: left;
  color: #a9acb7;
}
.onboarding-sidebar .onboarding-sidebar-text .author {
  font-size: 18px;
  line-height: 0.89;
  text-align: left;
  color: #f2f6f8;
}
.onboarding-sidebar .onboarding-sidebar-text .position {
  font-size: 14px;
  line-height: 1.14;
  text-align: left;
  color: #a9acb7;
  padding-top: 7px;
}
.onboarding-sidebar .onboarding-sidebar-text .line {
  width: 100%;
  height: 3px;
  opacity: 0.5;
  border: none;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: solid 2px #274356;
}
.onboarding-sidebar .onboarding-sidebar-text .green-dot {
  z-index: 999999;
}
.onboarding .form__input {
  height: 45px;
  width: 457px;
  border: 1px solid #cad2e5 !important;
  border-radius: 2px !important;
}
.onboarding .form__input-label {
  color: #323c47;
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  margin: 6px 0 !important;
}
.onboarding .register-form {
  margin-left: auto;
  margin-right: auto;
}
.onboarding .register-form .form__input-container {
  padding-top: 20px;
}
.onboarding .register-form .form__input {
  height: 45px;
  width: 457px;
  border: 1px solid #cad2e5 !important;
  border-radius: 2px !important;
}
.onboarding .form__input-container {
  padding-top: 0;
}
.onboarding .switch-primary input:checked + span {
  background-image: linear-gradient(to left, #6085eb, #7c4db0);
  background-color: transparent;
}
.onboarding a {
  text-decoration: none;
  color: #28C8BB;
}
.onboarding .register-form {
  background-color: transparent;
}
.onboarding .mg-button-onboarding-primary {
  object-fit: contain;
  border-radius: 100px;
  color: #ffffff;
  font-size: 16px !important;
  text-align: center;
  padding: 0 !important;
  width: 250px;
  height: 50px;
  border: none;
}
.onboarding .form__number-indicator {
  background-color: #dee3ee;
  border-color: transparent;
  min-height: 37px;
  max-height: 37px;
  width: 37px;
  min-width: 37px;
  line-height: 37px;
}
.onboarding .form__number-indicator span {
  font-size: 18px;
  line-height: 1;
  color: #323c47;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
}
.onboarding .mg-button-onboarding-action {
  color: #7a51b4;
  border-color: #883c97;
  border-width: 1px;
}
.onboarding .mg-button-action:hover {
  object-fit: contain;
  border-radius: 100px;
  border-style: solid;
  border-width: 1px;
  border-image-slice: 1;
  font-size: 14px;
  text-align: center;
  background-color: #24da86;
  color: #ffffff;
}
.onboarding .qr-container-new-device {
  padding: 0;
}
.onboarding .qr-container__title {
  margin: 0;
  padding: 0;
  font-size: 15px;
  text-align: center;
  color: #47505d;
}
.onboarding .qr-container__code {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #47505d;
  padding: 0;
  margin: 0;
}
@media (min-width: 600px) {
  .onboarding .qr-container-new-device {
    border-left: 1px solid #dee3ee;
  }
}
.onboarding .label {
  font-size: 12px;
  text-align: left;
  color: #7d8892;
}
.onboarding .onboarding-title {
  color: #323c47;
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  text-align: center;
}
.onboarding .onboarding-description {
  color: #939ca4;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  text-align: center;
}
.onboarding .setup-navigation {
  color: #7d8892;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 34px;
  width: 100%;
}
.onboarding .onboarding-big-button {
  height: 199px;
  width: 154px;
  border: 1px solid #dee3ee;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  text-align: center;
  max-width: 23%;
  flex: 1 1 23%;
}
.onboarding .onboarding-big-button .fa {
  background-image: linear-gradient(to left, #6085eb, #7c4db0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 5em;
}
.onboarding .onboarding-big-button img {
  margin: 0;
}
.onboarding .onboarding-big-button .title {
  font-size: 16px;
  line-height: 0.8;
  color: #47505d;
  margin-bottom: 15px;
}
.onboarding .onboarding-big-button .description {
  line-height: 1.71;
  text-align: center;
  color: #7d8892;
  font-size: 14px;
}
.onboarding .form__content-container {
  background-color: transparent;
}
.onboarding .device-step {
  background-color: #ffffff;
  border-radius: 7px;
  border: solid 1px #dce0e0;
}
.fa-purple .fa {
  background-image: linear-gradient(to left, #6085eb, #7c4db0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4em;
}
.onboarding-page {
  margin-top: 80px;
  height: auto;
  width: 770px;
  border-radius: 4px;
  background-color: #FFFFFF;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 2px 10px 1px #cfd2d4;
}
.onboarding-page .logo {
  height: 42px;
  width: 41px;
}
.onboarding-page .form__input {
  border: 1px solid #cad2e5;
  border-radius: 2px;
}
.push-100-t {
  margin-top: 100px;
}
.white-dot {
  border-radius: 100%;
  border: 3px solid rgba(255, 255, 255, 0.5);
  margin-left: 24px;
}
.white-dot-active {
  border-color: white;
}
.green-dot {
  border-radius: 100%;
  border: 3px solid #285553;
  margin-right: 24px;
}
.green-dot-active {
  border-color: #00c6b9;
}
.onboarding-ios-list img {
  max-width: 100%;
}
.onboarding-ios-list .list-section-title {
  color: #323c47;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
}
.onboarding-ios-list .device-step {
  cursor: pointer;
  margin-top: 10px;
}
.onboarding-ios-list .device-step .title {
  font-size: 16px;
  font-weight: 500;
  color: #47505d;
}
.onboarding-ios-list .device-step .description {
  font-size: 14px;
  line-height: 1.71;
  color: #7d8892;
}
.onboarding-form__input-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  color: #47505d;
  margin: 0;
  margin-top: 20px;
}
.onboarding-form__input-description {
  font-size: 14px;
  line-height: 1.57;
  text-align: left;
  color: #7d8892;
  margin: 5px 0 15px;
}
.summary-text {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #1ab9d4;
}
.success-number {
  border-radius: 100%;
  border-image-source: linear-gradient(to left, #1ab9d4, #24da86);
  border-image-slice: 1;
  width: 100px;
  height: 100px;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.57;
  text-align: center;
  color: #1ab9d4;
  border: 2px solid;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dash-icon-rounded {
  border: solid 1px #b1c1f4;
  text-align: center;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: no-repeat 50%;
}
.onboarding .dash-content__info-number {
  color: #6085eb !important;
  font-size: 38px;
  font-weight: 300 !important;
  line-height: 0.47 !important;
}
.onboarding .form__input::placeholder {
  color: #bcc3d5;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
}
.diagnostics-title {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #47505d;
}
.mg-button-onboarding-primary[disabled] {
  background-color: #a0a7ae !important;
  font-size: 16px !important;
  text-align: center;
  color: #ffffff !important;
}
.nav-main a {
  color: #a9acb7 !important;
}
.onboarding-side-content .nav-main a > i {
  color: #d262ff !important;
}
.onboarding-big-button__title {
  font-size: 16px;
  line-height: 0.8;
  color: #47505d;
}
.onboarding-modal {
  padding: 50px;
  padding-bottom: 71px;
  padding-top: 71px;
}
.onboarding-modal .app-button {
  width: 186px;
  height: 186px;
  border-radius: 7px;
  background-color: var(--button-background);
  border: 1px solid #dce0e0;
}
.onboarding-modal .onboarding-title {
  margin-bottom: 16px;
}
.onboarding-modal .onboarding-modal-description {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #7d8892;
  text-transform: none;
}
.onboarding-modal .app-button:hover {
  background-color: var(--button-hover-background);
  border-style: solid;
  border-width: 1px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-image-source: linear-gradient(135deg, #3023ae, #c96dd8);
  border-image-slice: 1;
}
.onboarding-location .block {
  background-color: transparent !important;
}
_:-ms-lang(x) span,
.form__number-indicator span {
  background: transparent !important;
  color: #3023ae;
}
.start-text {
  color: #939ca4;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  text-align: center;
  margin-top: 64px;
}
.start-page {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -285px;
  margin-top: -200.5px;
  height: 401px;
  width: 571px;
  border-radius: 4px;
}
@media (max-width: 321px) {
  .start-page .logo-lg {
    margin-left: -50px;
  }
}
.start-page .logo {
  height: 43px !important;
  width: 150px !important;
  margin-top: 86px;
}
@media (max-width: 599px) {
  .onboarding-step-view {
    padding-top: 30px;
  }
  .onboarding-big-button {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .onboarding-big-button {
    flex-basis: 40% !important;
    max-width: 40% !important;
  }
}
@media (min-width: 1024px) {
  .onboarding-step-view {
    padding-top: 70px;
  }
  .onboarding .device-step {
    margin-top: 45px;
  }
}
.onboarding-autocomplete input {
  padding-left: 43px !important;
}
.onboarding-autocomplete .new-profile-container__input-title {
  display: none;
}
.onboarding-autocomplete md-autocomplete-wrap {
  height: 50px !important;
}
.onboarding-autocomplete md-autocomplete-wrap input {
  height: 50px !important;
  line-height: 50px !important;
}
.onboarding-body {
  background-color: #f2f6f8;
  font-size: 18px;
  line-height: 1.44;
  color: #7d8892;
}
.onboarding-body #main-container {
  background-color: #f2f6f8;
  min-height: 350px;
}
.onboarding-body #page-footer {
  display: none;
}
.onboarding-body .zendesk-widget {
  display: none;
}
.ios-list-item {
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #dce0e0;
  margin-bottom: 14px;
}
.ios-list-item .title {
  color: #323c47;
  font-size: 14px;
  line-height: 19px;
}
.ios-list-item .description {
  color: #939ca4;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}
.ios-list-item:hover {
  border: 1px solid #24da86;
  box-shadow: 0 5px 12px 0 rgba(15, 17, 36, 0.09);
}
.onboarding-big-button:hover {
  object-fit: contain;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #24da86;
  border-image-slice: 1;
  box-shadow: 0 5px 12px 0 rgba(15, 17, 36, 0.09);
}
.onboarding-subtitle {
  color: #939ca4;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  text-align: center;
  margin-top: 12px;
}
.device-step-with-numbers .form__number-indicator {
  margin-top: 0;
  margin-bottom: 0;
}
.device-step-with-numbers .form__description {
  margin-top: 0;
  margin-bottom: 0;
}
.onboarding-chrome-item {
  margin-top: 10px !important;
  padding-top: 13px;
  padding-left: 18px;
  padding-bottom: 13px;
  margin-left: 77px !important;
  margin-right: 87px !important;
  border: 1px solid #f3f3f3;
  color: #323c47;
  font-size: 14px;
}
.onboarding-chrome-item i {
  font-size: 0.7em;
  padding-right: 26px;
}
.onboarding-chrome-item:hover {
  border: 1px solid #24da86;
  box-shadow: 0 5px 12px 0 rgba(15, 17, 36, 0.09);
}
.onboarding-chrome-item:hover i {
  color: #1EC5B8;
}
.onboarding-big-button-title-holder {
  margin-bottom: 40px;
}
.image-holder {
  margin-top: 40px;
}
.diagnostics-description {
  font-size: 12px;
  line-height: 1.67;
  text-align: left;
  color: #7d8892;
}
.diagnostics-step {
  background-color: #ffffff;
  border-radius: 7px;
  border: solid 1px #dce0e0;
  padding: 20px;
  margin-top: 7px;
}
.school-setup-info-form .form__input-label {
  padding-left: 3px;
}
.school-setup-info-form .form__input-container {
  padding-top: 17px;
}
.chrome-upload-form .onboarding-form__input-title {
  margin-top: 34px;
}
.chrome-upload-form input {
  padding-left: 10.6px !important;
}
.ios-dep-screen {
  font-size: 16px;
  text-align: left;
  color: #47505d;
}
.ios-dep-screen .help-block {
  font-size: 14px;
  line-height: 1.71;
  text-align: left;
  color: #7d8892;
  font-style: inherit !important;
  margin-top: 0px;
  margin-bottom: 13px;
}
.ios-dep-screen .control-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  color: #47505d;
  margin-bottom: 0px;
}
.ios-dep-screen .ios-dep-switch-container {
  border-bottom: solid 1px #dce0e0;
  margin-top: 13px;
}
.ios-dep-screen .form__number-indicator {
  margin-top: 0;
}
.ios-dep-screen .form__description {
  margin-top: 0;
}
.ios-dep-screen md-chips-wrap {
  padding: 8px !important;
}
.chrome-project-step .form__input-container {
  margin-bottom: 38px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .onboarding-modal .right-button img {
      margin-top: 40px !important;
    }
    .onboarding-modal .left-button img {
      margin-top: 30px !important;
    }
  }
}
.onboarding-fix-top {
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 16px !important;
}
.onboarding-fix-top .mg-button-primary {
  min-width: 160px !important;
  padding: 0 !important;
  height: 35px !important;
}
.onboarding-fix-top .mg-button-onboarding-primary {
  min-width: 160px !important;
  height: 35px !important;
}
@media (max-width: 990px) {
  .onboarding-fix-top {
    left: inherit;
  }
}
.school-setup-profile-container {
  font-size: 14px;
}
.school-setup-profile-container .profileChild {
  padding: 40px;
}
.school-setup-profile-container .mg-button-primary {
  background-image: linear-gradient(to left, #6085eb, #7c4db0);
  object-fit: contain;
  border-radius: 100px;
  color: var(--button-text);
  border: none;
  font-size: 16px !important;
  text-align: center;
  padding: 8px 35px !important;
}
.school-setup-profile-container .mg-button-action {
  color: #7a51b4;
  border-color: #883c97;
  border-width: 1px;
  padding: 8px 35px !important;
}
.school-setup-profile-container .mg-button-info {
  background-color: transparent;
  color: #7a51b4;
  border-color: #883c97;
  border-width: 1px;
  padding: 8px 35px !important;
}
.school-setup-profile-container .block {
  border-radius: 7px;
}
.school-setup-profile-container md-tabs {
  border-radius: 7px;
}
.school-setup-profile-container md-tabs md-tab-content {
  padding: 20px;
}
.school-setup-profile-container .button-switch.button-switch-success {
  background-color: #7c4db0;
}
.school-setup-profile-container md-tabs md-ink-bar {
  color: #7c4db0;
  background-image: linear-gradient(to left, #6085eb, #7c4db0);
  background-color: transparent;
}
.school-setup-profile-container .new-profile-container {
  margin: 0;
  padding: 0;
}
.school-setup-profile-container md-checkbox.md-success.md-checked .md-icon {
  background-image: linear-gradient(to left, #6085eb, #7c4db0);
  background-color: transparent;
}
.school-setup-profile-container .content__description-container {
  border-radius: 7px;
}
.school-setup-profile-container .list__title-container-skin {
  background-image: linear-gradient(to left, #6085eb, #7c4db0);
  background-color: transparent;
}
.school-setup-profile-container .form__input-container {
  padding-top: 1.5em;
}
.school-setup-profile-container .content__description-container {
  padding-left: 40px;
  padding-right: 40px;
}
.school-setup-profile-container md-checkbox {
  margin-right: 10px;
}
.school-setup-profile-container .nav-tabs.nav-tabs-alt > li.active > a,
.school-setup-profile-container .nav-tabs.nav-tabs-alt > li > a:hover {
  color: #7c4db0 !important;
  background-color: transparent;
  box-shadow: 0 2px #7c4db0 !important;
}
.school-setup-profile-container .content-wrapper {
  padding: 0;
}
.onboarding-body md-dialog {
  font-size: 14px;
}
.onboarding-body md-dialog .form__input {
  font-size: 14px;
}
.onboarding-body md-dialog .mg-button-primary {
  background-image: linear-gradient(to left, #6085eb, #7c4db0);
  object-fit: contain;
  border-radius: 100px;
  color: var(--button-text);
  border: none;
  text-align: center;
}
.onboarding-body md-dialog .mg-button-action {
  color: var(--button-text);
  border-color: #883c97;
  border-width: 1px;
}
.onboarding-body md-dialog .mg-button-action:hover {
  background-image: linear-gradient(to left, #6085eb, #24da86);
  color: #ffffff;
  background-color: transparent;
}
.onboarding-body md-dialog .mg-button-info {
  background-color: transparent;
  color: var(--button-text);
  border-color: #883c97;
  border-width: 1px;
}
.onboarding-body md-dialog .block {
  border-radius: 7px;
}
.onboarding-body md-dialog md-tabs {
  border-radius: 7px;
}
.onboarding-body md-dialog md-tabs md-ink-bar {
  color: #7c4db0;
  background-image: linear-gradient(to left, #6085eb, #7c4db0);
  background-color: transparent;
}
.onboarding-body md-dialog md-checkbox.md-success.md-checked .md-icon {
  background-image: linear-gradient(to left, #6085eb, #7c4db0);
  background-color: transparent;
}
.onboarding-body md-dialog .content__description-container {
  border-radius: 7px;
}
.onboarding-body md-dialog .list__title-container-skin {
  background-image: linear-gradient(to left, #6085eb, #7c4db0);
  background-color: transparent;
}
.onboarding-body md-dialog .form__input-container {
  padding-top: 1.5em;
}
.onboarding-annonymous {
  min-height: 100%;
}
.onboarding-forgotpassword {
  color: #1EC5B8;
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  line-height: 16px;
}
.onboarding-login {
  height: 40px !important;
  width: 160px !important;
  border-radius: 18px !important;
  background: linear-gradient(140.28deg, #1AB9D4 0%, #24DA86 100%);
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 19px !important;
}
.onboarding-apns-button {
  min-width: 180px;
}
.onboarding-register {
  color: #1EC5B8;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}
.onboarding-layout {
  padding: 40px;
}
.onboarding-desc {
  font-size: 12px;
  margin-top: 13px;
  line-height: 1.5;
  text-align: center;
  color: #a0a7ae;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}
.onboarding-page-login {
  width: 644px !important;
}
.onboarding-page-forgot {
  width: 730px !important;
}
.onboarding-page-setup-info {
  height: 600px !important;
  width: 644px !important;
}
.onboarding-page-apns {
  width: 939px !important;
}
.onboarding-page-apns .table-striped th,
.onboarding-page-apns .table-striped span {
  padding-left: 27px;
  color: #323c47;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  text-transform: none !important;
}
.onboarding-page-apns .table-striped b {
  color: #323c47;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.onboarding-page-apns .table-striped td b {
  padding-left: 27px;
}
.onboarding-page-apns .table-striped tr {
  background-color: #eaedf3;
}
.onboarding-page-apns .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}
.onboarding-step-page {
  height: auto;
  max-width: 770px;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 2px 10px 1px #cfd2d4;
  margin: 0 auto 20px;
}
.onboarding-step-page .logo {
  height: 42px !important;
  width: 41px !important;
}
.onboarding-center {
  margin-left: auto;
  margin-right: auto;
}
.onboarding-caps-text {
  text-transform: uppercase;
}
.md-whiteframe-z1 {
  border: 2px solid #dee3ee8c !important;
  border-radius: 4px !important;
}
.fa-map-marker {
  top: 53px;
  font-size: 15px;
}
md-autocomplete md-autocomplete-wrap input {
  color: #939CA4;
  font-size: 12px !important;
  font-weight: 300 !important;
  line-height: 16px !important;
}
.form__map-container .angular-google-map-container {
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
}
.step-description {
  color: #323c47;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}
.ios-apns-description {
  border: 1px solid #1EC5B8;
  border-radius: 2px;
  background-color: rgba(40, 200, 187, 0.08);
  color: #323c47;
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  padding: 12px 20px 12px 20px;
}
.ios-apns-description-title {
  color: #323c47;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
}
.onboarding-divider {
  height: 1px;
  width: 153px;
  background: #bcc3d5;
}
.status-buttons {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 990px) {
  .status-buttons {
    margin-bottom: 70px !important;
  }
}
.status-buttons .status {
  display: inline-block;
  background-color: #cad2e5;
  width: 16px;
  height: 16px;
  border-radius: 60px;
  margin-top: 7px;
}
.status-buttons .status-title {
  color: #879bce;
  display: inline-block;
}
.status-buttons .status-split {
  width: 80px;
  height: 10px;
  border-top: 1px dashed #879bce;
  display: inline-block;
  margin-left: 58px;
  margin-right: 58px;
  margin-top: 30px;
}
@media (max-width: 990px) {
  .status-buttons .status-split {
    width: 20px !important;
  }
}
@media (max-width: 599px) {
  .status-buttons .status-split {
    display: none;
  }
}
.status-buttons a {
  color: #323c47;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}
.status-buttons a .fa {
  visibility: hidden;
  color: white;
  font-size: 10px;
}
@media (max-width: 599px) {
  .status-buttons a {
    margin-left: 20px;
  }
}
.status-buttons a.active .fa {
  visibility: visible;
}
.status-buttons a.active .status {
  background: #1EC5B8 !important;
}
.status-buttons a.active .status-title {
  color: #323c47;
}
.onboarding-demo-description {
  max-width: 475px;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.dash-redesign .filter__tag-input .md-chips md-chip {
  background-color: #a0bdde !important;
  color: white !important;
  border-radius: 100px !important;
  font-size: 12px;
}
.dash-redesign .filter__tag-input .md-chips md-chip .md-chip-remove-container {
  position: absolute;
  top: 0px;
}
.ng-toast .ng-toast__message .alert .info {
  background-color: #cbe7fd;
  color: #3b97dd;
}
.ng-toast .ng-toast__message .alert-success {
  background-color: #1EC5B8;
  color: white;
}
.register-form .form__input.ng-invalid.ng-touched ~ div {
  font-size: 10px;
}
.btn {
  font-weight: 300;
}
.block-title {
  font-weight: 300;
}
.onboarding-body .header-navbar-fixed #main-container {
  padding-top: 0;
}
.google-signin-button {
  text-transform: none;
  border-radius: 1px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.google-signin-button:hover {
  box-shadow: 0 0 3px 3px rgba(66, 133, 244, 0.3);
  background: white !important;
}
@media (max-width: 1800px) {
  .onboarding-sidebar {
    padding: 100px 55px 144px 55px;
  }
}
@media (max-width: 1480px) {
  .onboarding-sidebar {
    padding: 50px 30px 170px 30px;
  }
}
@media (max-height: 767px) {
  .onboarding-sidebar {
    height: 100%;
  }
}
.mis-page__title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.4px;
  text-align: center;
  color: #7d8084;
}
.mis-page__subtitle {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.3px;
  text-align: left;
  color: #7d8084;
}
.mis-list {
  margin: 4% 67px 0;
}
@media (max-width: 959px) {
  .mis-list {
    margin: 20px 0;
  }
}
.mis-list .mis-card {
  min-height: 254px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
  padding: 40px;
  flex: 1 1 calc(50% - 10px);
  max-width: calc(50% - 10px);
  max-height: 100%;
  box-sizing: border-box;
  margin: 5px;
}
@media (max-width: 599px) {
  .mis-list .mis-card {
    max-width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .mis-list .mis-card {
    max-width: 45%;
  }
}
.mis-list .mis-card .mis-card-title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #2c343f;
}
.mis-list .mis-card .mis-card-description {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: center;
  color: #2c343f;
  max-width: 70%;
}
.mis-list .mis-card .app-button {
  font-size: 12px;
  letter-spacing: 0.2px;
  text-align: center;
  border-radius: 37px;
  padding: 0 !important;
}
.mis-card-purple {
  border-top: 4px solid var(--button-background);
}
.mis-card-purple .mg-button-primary {
  background-color: var(--button-background);
  object-fit: contain;
  border-radius: 100px;
  color: var(--button-text);
  border: none;
  text-align: center;
  width: 180px;
  height: 37px;
  font-size: 12px !important;
  letter-spacing: 0.2px;
}
.mis-card-green {
  border-top: 4px solid #a3d02c;
}
.mis-card-green .mg-button-action {
  width: 118.7px;
  height: 37px;
  border-radius: 100px;
  border: solid 1px var(--button-text);
  color: var(--button-text);
  font-size: 12px;
  letter-spacing: 0.2px;
  text-align: center;
}
.mis-card-green .mg-button-action:hover {
  background-color: var(--button-text);
  border: solid 1px var(--button-text);
}
.mis-card-green .mg-button-primary {
  width: 118.7px;
  height: 37px;
  border-radius: 100px;
  background-color: var(--button-text);
  border-color: var(--button-text);
  font-size: 12px;
  letter-spacing: 0.2px;
  text-align: center;
  color: var(--button-text);
}
.mis-button-edit {
  font-size: 10px;
  letter-spacing: 0.2px;
  text-align: center;
  color: #9c9c9c;
  height: 0;
  position: relative;
  top: 15px;
}
.mis-block {
  padding: 40px;
}
.mis-block .mis-block__title {
  margin-top: 40px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.13;
  letter-spacing: 0.3px;
  text-align: left;
  color: #7d8084;
}
.mis-block .form__input-container {
  padding-top: 0;
}
.mis-block .form__input-label {
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.3px;
  text-align: left;
  color: #7d8084;
  margin: 14px 0 9px;
}
.mis-block .form__input {
  background-color: #ffffff;
  border: solid 1px #dce0e0;
  border-radius: 2px;
}
.mis-block .nav-tabs > li.active > a,
.mis-block .nav-tabs > li.active > a:hover,
.mis-block .nav-tabs > li.active > a:focus {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: left;
  color: #2c343f;
  border: none;
  border-bottom: 2px solid #7c4db0;
  background-color: transparent;
  -webkit-border-image: linear-gradient(91deg, #7c4db0, #6085eb);
  -moz-border-image: linear-gradient(91deg, #7c4db0, #6085eb);
  -o-border-image: linear-gradient(91deg, #7c4db0, #6085eb);
  border-image: linear-gradient(91deg, #7c4db0, #6085eb);
  border-image-slice: 1;
}
.mis-block .nav-tabs {
  border: none;
}
.mis-block .nav-tabs li {
  border: none;
}
.mis-block .nav-tabs li a {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5px;
  margin-right: 30px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: left;
  color: #2c343f;
}
.mis-block .nav-tabs li a:hover {
  border: none;
  border-bottom: 2px solid #7c4db0;
  background-color: transparent;
  -webkit-border-image: linear-gradient(91deg, #7c4db0, #6085eb);
  -moz-border-image: linear-gradient(91deg, #7c4db0, #6085eb);
  -o-border-image: linear-gradient(91deg, #7c4db0, #6085eb);
  border-image: linear-gradient(91deg, #7c4db0, #6085eb);
  border-image-slice: 1;
}
.mis-block .additional-info {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: left;
  color: #b9b9b9;
  margin-top: 5px;
  margin-bottom: 0;
}
.mis-block .additional-info .md-container {
  width: 13px;
  height: 13px;
}
.mis-block .additional-info .md-container .md-icon {
  width: 13px;
  height: 13px;
  border-radius: 1px;
  border: solid 1px #e3e3e3;
}
.mis-block .additional-info md-label {
  margin-left: 23px;
}
.mis-block md-checkbox.md-checked .md-icon:after {
  content: none;
}
.mis-block md-checkbox.md-checked .md-icon:before {
  border-color: rgba(255, 255, 255, 0.87);
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  display: table;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  content: '';
  left: 3px;
  top: -1px;
  width: 6px;
  height: 12.5px;
}
.mis-body {
  background-color: #f2f6f9;
}
.mis-body #main-container {
  background-color: #f2f6f9;
}
.mis-body #page-footer {
  display: none;
}
.filter__modal-inner {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  border-radius: 0 0 12px 12px;
}
.filter__field-description {
  font-weight: 300;
}
.filter__search-container {
  margin-top: -2px;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
.filter__search-input-container {
  height: 50px;
  box-shadow: 0 2px 6px 0 rgba(38, 54, 67, 0.05);
  background-color: #ffffff;
}
.filter__search-actions-container {
  box-sizing: border-box;
  background-color: white;
}
.filter__search-input {
  height: 100%;
  width: 100%;
  padding: 5px 23px;
  resize: none;
  background-color: #fefefe;
  font-size: 14px;
  border: none;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
.filter__search-input::placeholder {
  color: #AEB5CB;
}
.filter__search-icon {
  width: 50px;
  position: relative;
  font-size: 14px;
  color: #AEB5CB;
  padding-left: 30px;
  background: white;
}
.mg-button-rectangle-info {
  border: none !important;
  height: 19px;
  color: var(--button-background);
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-transform: none;
  border-radius: 20px;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
.mg-button-rectangle-info:hover {
  background-color: var(--button-background);
  color: var(--button-text);
}
.filter__other-actions {
  color: #404040;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  padding-right: 21.5px;
  font-family: 'Nunito', sans-serif;
}
.filter__other-actions .mg-button-rectangle-empty {
  font-weight: 300;
}
.mg-button-rectangle-empty {
  border: 0px solid gray !important;
  color: #879BCE !important;
  font-size: 14px;
  text-align: center;
  text-transform: none;
  background-color: "transparent" !important;
  border-radius: 1px;
  font-weight: 300;
}
.mg-button-rectangle-empty:hover {
  background-color: var(--button-background) !important;
  border: none !important;
}
.mg-button-rectangle-empty:disabled:hover {
  background-color: rgba(158, 158, 158, 0.2) !important;
  color: #879BCE !important;
}
.filter__vertical-separator {
  border: 1px solid #EBEBEB;
}
.title-container .title__create-button {
  color: var(--button-background);
  background: linear-gradient(140.28deg, #1AB9D4 0%, #24DA86 100%);
  border-color: transparent;
  -webkit-box-shadow: 0 0 5px 0 #D4D4D4;
  -webkit-box-shadow: 0 0 10px 0 #D4D4D4;
  box-shadow: 0 0 15px 0 #e8e8e8;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
.title-container .action__button {
  border-radius: 16px;
  border: 1px solid #00BDB2;
  color: #00BDB2;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
.filter__column {
  padding: 10px 25px;
  margin: 0px;
}
.filter__filter-label {
  color: #283849;
  font-size: .9em;
  text-transform: uppercase;
}
.filter__modal-container {
  opacity: 0.99;
  width: 990px;
  max-width: 95%;
  border-radius: 0;
  position: absolute;
  right: 20px;
  overflow: visible;
  top: 20px !important;
  margin-top: 110px;
}
.filter__modal-title {
  color: #404040;
  font-size: 16px;
  padding: 20px 25px;
  font-weight: 300;
  line-height: 22px;
}
.filter__divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.filter__item {
  box-sizing: border-box;
  border: 1px solid #EAEAEA;
  background-color: #FFFFFF;
}
.filter__item-description {
  padding: 10px 25px;
  font-weight: normal;
  background-color: inherit;
  text-align: left;
  border: none;
}
.filter__input {
  width: 100%;
  padding: 7px 25px;
  border: 1px none #EAEAEA;
  border-top-style: solid;
}
.dash-redesign .filter__tag-input .md-chips md-chip {
  height: auto;
  padding: .2em 12px;
  color: #646464;
  line-height: normal;
  background-color: transparent;
  border: 1px solid rgba(222, 227, 238, 0.6);
  border-radius: 20px;
}
.dash-redesign .filter__tag-input .md-chips md-chip .md-chip-remove md-icon {
  top: 30%;
  color: #646464;
  opacity: .53;
}
.dash-redesign .filter__tag-input .md-whiteframe-z1 {
  border: 0;
}
.dash-redesign .filter__tag-input .form__input-container {
  padding: 0;
}
.dash-redesign .filter__tag-input md-chips-wrap {
  border-radius: 0;
  margin: 0;
  border-left: none;
  border-right: none;
  box-shadow: none !important;
  padding-left: 25px !important;
  border-bottom: none;
}
.dash-redesign .filter__tag-input md-chips.md-focused {
  box-shadow: none;
}
.filter__multiple-select {
  padding: 20px 25px;
  overflow-y: auto;
}
.filter__checkbox md-checkbox {
  margin-bottom: 1px;
  min-height: auto;
}
.filter__checkbox md-checkbox .md-icon {
  width: 14px;
  height: 14px;
  border: 1px solid #C9C9C9;
}
.filter__checkbox md-checkbox .md-ink-ripple {
  width: 14px;
  height: 14px;
}
.filter__checkbox md-checkbox.md-checked .md-icon:after {
  left: 4px;
  top: 0.5px;
  width: 5px;
  height: 10px;
}
.filter__checkbox md-checkbox .md-label {
  margin-left: 20px;
  margin-top: 5px;
}
@media screen and (max-width: 600px) {
  .filter__search-icon {
    left: -30px;
  }
  .filter__search-actions-container {
    margin-top: 0;
    margin-bottom: 0;
  }
  .filter__search-container {
    margin-top: 0;
  }
  .filter__search-actions-container {
    margin: 0;
  }
  .filter__save-search-container {
    left: 0 !important;
  }
  .filter__columns-container {
    left: 0 !important;
  }
  .filter__filter-icon {
    margin-left: 0 !important;
  }
  .filter__search-input-container {
    width: 100% !important;
  }
  .filter__search-actions-container {
    width: 100% !important;
  }
}
@media screen and (max-width: 900px) {
  .filter__button-container .md-button {
    margin: 0 !important;
  }
}
.notifications__sidebar {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}
.notifications__sidebar-title {
  color: #404040;
  font-size: 16px;
  padding: 24px 16px;
  font-weight: 300;
  line-height: 22px;
  border-bottom: 1px solid #D4D4D4;
}
.notifications__list-container {
  padding: 0 20px 30px 24px;
}
.notifications__list-item {
  padding-top: 22px;
}
.notifications__list-item-sentence {
  padding-right: 27px;
}
.notifications__list-item-time {
  color: #898989;
  font-family: 'Nunito', sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}
.filter__custom-datepicker-container {
  width: 620px;
  right: 0;
  border-radius: 2px;
  background: white;
  z-index: 1100;
}
.filter__calendar-wrapper {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
.filter__calendar-wrapper .uib-datepicker-popup {
  width: 280px;
}
.filter__calendar-wrapper .uib-datepicker {
  width: 100%;
  height: 100%;
}
.filter__calendar-wrapper .uib-daypicker {
  margin-left: 32px;
  margin-top: 6px;
}
.filter__calendar-wrapper .uib-title {
  width: 100% !important;
}
.filter__calendar-wrapper .uib-left i,
.filter__calendar-wrapper .uib-right i {
  display: block;
  width: 30px;
  height: 30px;
  color: #DEE3EE;
  font-size: 17px;
  position: inherit;
  margin-top: 4px;
}
.filter__calendar-wrapper .uib-button-bar {
  border-top: 1px solid #7DAFD533;
  margin-left: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 20px;
  padding-top: 7px;
  height: 50px;
}
.filter__calendar-wrapper i {
  position: relative;
  width: 0;
  height: 0;
  color: #DEE3EE;
  font-size: 17px;
  left: 10px;
  top: 5px;
}
.filter__calendar-wrapper .filter__calendar-date-input {
  padding-left: 37.5px;
  color: #000000;
  font-size: 12px;
}
.filter__calendar-wrapper .btn-default {
  background-color: transparent;
  border: transparent;
  color: #232B45;
  border-radius: 50%;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
.filter__calendar-wrapper .btn-default .active {
  background-color: #232B45;
}
.filter__calendar-wrapper tbody {
  padding: 22px;
}
.filter__calendar-wrapper thead tr:first-child {
  border-bottom: 1px solid #7DAFD533;
}
.filter__calendar-wrapper thead tr:first-child button strong {
  font-size: 14px;
}
.filter__calendar-wrapper thead tr th {
  margin-top: 15px;
  margin-bottom: 15px;
}
.filter__calendar-wrapper .btn-info.active {
  background: #1EC5B8;
}
.filter__calendar-wrapper .btn-info.active span {
  color: white;
  text-align: center;
  display: block;
  margin-top: 7px;
}
.filter__calendar-wrapper button {
  padding: 0 !important;
  height: 30px !important;
  width: 30px !important;
  font-weight: 'Nunito', sans-serif;
  font-family: 300;
}
.filter__calendar-wrapper button strong {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
.filter__calendar-wrapper th small {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  font-size: inherit;
}
.filter__calendar-date-input {
  border: 1px solid #9B9B9B;
  border-radius: 2px;
  background-color: #FFFFFF;
}
.filter__save-search-container {
  background-color: #FFFFFF;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.11);
  font-size: 12px;
  width: 330px;
  max-height: 40vh;
  border-radius: 12px 0 12px 12px;
  display: flex;
  flex-direction: column;
}
.filter__columns-container {
  position: absolute;
  background-color: #FFFFFF;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.11);
  font-size: 12px;
  width: 50%;
  border-radius: 0 0 12px 12px;
  max-height: 100%;
  top: 0;
  left: 0;
}
.fitler__save-search-button-container {
  box-shadow: 0 0 5px 0 rgba(172, 185, 184, 0.5);
}
.filter__save-search-title {
  padding: 20px 25px;
  border-bottom: 2px solid #EFF5F4;
  font-size: 16px;
  color: #404040;
}
.filter__columns-title {
  padding: 20px 25px;
  border-bottom: 2px solid #EFF5F4;
  font-size: 16px;
  color: #404040;
}
.filter__save-search-item {
  box-sizing: border-box;
  background-color: #FFFFFF;
  color: #2D343F;
}
.filter__save-search-item:hover {
  background-color: #EFF5F4;
  color: black;
}
.filter__save-search-badge {
  font-family: 'Nunito', sans-serif;
  color: #879BCE;
  font-size: 14px;
  padding: 5px;
  margin-right: 15px;
  border-radius: 15px;
  border: 1px solid #BCC3D5;
}
.filter__saving-search-title {
  color: #5E5E5E;
  font-size: 16px;
  margin-bottom: 9px;
}
.filter__filters-container {
  max-height: 60vh;
  overflow: auto;
}
.filter__separator:after {
  border-top-width: 0;
  border-right-width: 1px;
  border-right-style: solid;
  border-color: #E8EDEF;
  height: 100%;
  content: '\00A0';
}
.filter__save-search_active {
  border: 1px solid #1EC5B8;
}
.filter__modal-description {
  color: #7487C3;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
}
.district__tags {
  background: transparent;
  color: #646464;
}
.filter__active-indicator {
  background-color: #1EC5B8;
  height: 18px;
  width: 18px;
  border-radius: 100%;
  text-align: center;
  color: white;
  font-weight: 200;
  margin-right: 3px;
  margin-left: -20px;
}
.filter__modal-buttons {
  background: white;
  padding: 25px 0px;
  font-size: 12px;
  border-radius: 0 0 12px 12px;
}
.filter__modal-buttons .app-button {
  color: #879BCE;
  border: 1px solid #879BCE;
  font-size: 12px;
  padding: 8px 20px;
  margin: 3px 14px !important;
}
.filter__modal-buttons .mg-button-empty-info {
  background-color: transparent;
  border: 1px solid var(--brand-base) !important;
  color: var(--brand-base) !important;
}
.filter__modal-buttons .mg-button-empty-info:hover {
  background-color: var(--brand-base);
  border: 1px solid transparent !important;
  color: var(--button-hover-text) !important;
}
.filter__save-search-zero {
  color: #879BCE;
  font-size: 14px;
  padding: 16px 0;
  letter-spacing: 0.32px;
  text-align: center;
  line-height: 19px;
}
.dash-redesign .filter__modal-container .filter__close-button {
  position: absolute;
  right: -15px;
  top: -15px;
  height: 32px;
  width: 32px;
  color: #879BCE;
  background: #FFF;
  float: right;
  border: 1px solid #879BCE;
  border-radius: 50%;
  font-size: 23px;
}
.current__search-margin {
  margin-top: 20px;
}
.mg-button-filter-clear {
  background-color: transparent;
  border: none !important;
  border-radius: 16px !IMPORTANT;
  color: #879BCE !important;
  margin-right: 5px;
  padding: 7px 14px !important;
}
.filter__sneak-peak-wrapper {
  margin-top: 10px;
}
.filter__sneak-peak-item {
  border-radius: 50px;
  text-align: center;
  border: 1px solid #BCC3D5;
  color: #879BCE;
  padding: 10px 20px;
  margin: 0 5px;
}
.filter__sneak-peak-popup {
  background: white;
  z-index: 2000;
}
.filter__column-filter-container {
  width: 660px;
  position: relative;
  flex-shrink: 0;
}
.filter_filters-container {
  margin-left: 50%;
}
.reports_table th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: white;
  font-weight: normal !important;
  font-size: 14px;
  padding: none !important;
  height: 54px;
}
.reports_table td {
  height: 48px;
  padding: none !important;
}
.reports_table tr {
  border-top: 1px solid rgba(222, 227, 238, 0.6);
  border-left: 1px solid rgba(222, 227, 238, 0.6);
}
.reports_table tr:nth-child(even) {
  background-color: #fafafa;
}
.reports_table tr:nth-child(odd) {
  background-color: #ffffff;
}
.reports_table_back:nth-child(odd) {
  background-color: #ffffff;
}
.reports_table_back:nth-child(even) {
  background-color: #fafafa;
}
.reports_table_back {
  padding: 0px 16px;
  height: 48px;
  flex-grow: 1;
  border-bottom: 1px solid #F0F0F0;
}
.reports_table_back_head {
  background-color: #fff;
  min-height: 55px;
  position: sticky;
  top: 0;
  flex-grow: 1;
  height: 54px;
  border-bottom: 1px solid #F0F0F0;
}
.reports_table td:first-child {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1000;
  left: 0;
  background-color: inherit;
}
.reports_table th:first-child {
  left: 0;
  z-index: 1001;
  background-color: white;
}
.reports_table_cell {
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 50px;
  white-space: nowrap;
  padding: 0 16px !important;
}
.reports_table_cell * {
  text-overflow: ellipsis;
}
.align_right {
  text-align: right;
}
.resize_handle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  cursor: col-resize;
}
.resize_handle:hover {
  z-index: 100000;
}
.resize_handle div {
  background-color: #00000000;
  margin: 0 4px;
  height: 100%;
}
.resize_handle:hover div {
  background: #7487c3;
  width: 3px;
}
.reports_table th:hover .resize_handle div {
  background: #7487c3;
  width: 3px;
}
.filter__group_select {
  border-bottom: 1px solid #EAEAEA;
}
.filter__group_select md-select-value {
  flex-grow: 0;
  min-height: 20px !important;
  height: 20px !important;
  margin: 0 20px;
  border: none !important;
  border-radius: 6px !important;
  background-color: #eeeeee !important;
}
.filter__group_select md-select {
  flex-direction: column;
  justify-content: center;
  border: none !important;
}
.filter__group_select md-select:focus {
  border: none !important;
}
#report_table_container:not([data-scrollx='0']) td:first-child:after,
#report_table_container:not([data-scrollx='0']) th:first-child:after {
  box-shadow: 6px 0 15px -15px inset;
  display: inline;
}
#report_table_container:not([data-scrolly='0']) th,
#report_table_container:not([data-scrolly='0']) .reports_table_back_head {
  box-shadow: 0 6px 15px -15px;
}
.reports_table td:first-child:after,
.reports_table th:first-child:after {
  content: " ";
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  right: -15px;
  width: 15px;
}
.reports_table tr:hover {
  border: 1px solid var(--brand-base);
  border-top: 1px solid var(--brand-base);
  background-color: #FFFFFF !important;
}
.filter-label {
  position: absolute;
  left: 156px;
  top: 8px;
}
.yt-switch-wrapper {
  position: relative;
}
.filter__save-search-small {
  transform: translateX(330px);
}
.dash__card {
  display: block;
  height: 290px;
  margin-left: 25px;
  margin-top: 25px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(26, 63, 75, 0.06);
  border-radius: 5px;
  overflow: hidden;
}
.drag__list-item.dndDraggingSource {
  color: var(--brand-base);
}
.drag__list-item.dndDraggingSource .dash__card-drag-holder {
  background-color: #FFFFFF;
  color: white;
  border-radius: 2px;
  opacity: 0.7;
}
.drag__list-item.dndDraggingSource .dash__card-drag-holder i {
  opacity: 1;
}
.drag__list-item.dndDragover {
  color: var(--brand-base);
  border: var(--button-text);
  opacity: 0.2;
}
.drag__list-item.dndDragover .dash__card-drag-holder {
  background-color: #FFFFFF;
  color: white;
  border-radius: 2px;
  opacity: 0.7;
}
.drag__list-item.dndDragover .dash__card-drag-holder i {
  opacity: 1;
}
.dash__card.dndDragging {
  background-color: var(--brand-base);
}
.dash__card.dndDragging .dash__card-placeholder {
  background-color: #FFFFFF;
}
.dash__card.dndDraggingSource.dndDragging {
  border: var(--button-text);
  background-color: #FFFFFF;
}
.dash__manage-card.dndDragging {
  background-color: #FFFFFF;
}
.dash__card.dndDragover {
  background-color: #1ec5b817;
}
.dash__card.dndDragover .dash__card-placeholder {
  border: var(--button-text);
  box-shadow: 0 2px 4px 0 rgba(26, 63, 75, 0.06);
  background-color: #1ec5b817;
}
.dash__card-header {
  border-bottom: 1px solid #eceff6;
  padding: 0 0 0 20px;
}
.dash__card-title {
  padding: 20px;
  font-size: 14px;
  line-height: 19px;
}
.dash__card-table-title {
  line-height: 19px;
  padding-left: 20px;
  font-size: 13px;
}
.dash__row-container {
  padding-right: 25px;
}
.dash__card-options {
  margin-right: 20px;
}
.dash__district-background {
  background-color: #f7fafc;
}
.dash__manage-modal-container {
  opacity: 0.99;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  width: 300px;
  bottom: auto;
  border-radius: 0;
  position: fixed;
  right: 0;
  max-height: 80%;
  z-index: 1031;
}
.dash__filter-wrapper {
  position: fixed;
  width: calc(100% - 230px);
  z-index: 59;
}
@media screen and (max-width: 1000px) {
  .dash__filter-wrapper {
    width: 100%;
  }
}
.dash__row-modal-row {
  text-align: center;
}
.dash__row-modal-row div {
  background-color: #82e1f9;
  color: white;
  font-weight: 300;
  font-size: 12px;
}
.dash__row-modal-row-margin {
  margin-left: 3%;
  margin-top: 10px;
}
.dash__row-modal-row-selected {
  border: 1px solid var(--brand-base);
  box-shadow: 0 7px 15px 0 rgba(11, 15, 28, 0.22);
}
.dash__row-column-margin {
  margin-left: 2px;
}
.dash__row-column {
  height: 110px;
}
.dash-redesign {
  background-color: #f6fafd;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
.dash-redesign .title-section-save-contet {
  font-weight: 300;
  text-transform: none;
}
.dash-redesign .clients__notification-container {
  padding: 18px;
  margin-top: 10px;
}
.dash-redesign .clients__notification-container p {
  color: var(--brand-base);
  border: none;
  background-color: transparent;
}
.dash-redesign .clients__notification-container a {
  color: var(--brand-light) !important;
  font-size: 12px;
  line-height: 16px;
}
.dash-redesign #page-footer {
  background-color: #f6fafd;
}
.dash-redesign #main-container {
  background-color: #f6fafd;
  min-height: 350px;
  height: 100%;
}
.dash-redesign .applications-settings-group {
  margin-left: 0 !important;
}
.nav-main a > i {
  color: #A0AFD6 !important;
}
.nav-main a {
  color: #A0AFD6 !important;
}
.nav-main a:hover,
a:hover > i .nav-main a:focus,
.nav-main a:active {
  color: var(--sidebar-background-color) !important;
  background-color: var(--sidebar-hover-background) !important;
}
.nav-main a:hover > i,
.nav-main a:focus > i,
.nav-main a:active > i {
  color: var(--sidebar-background-color) !important;
}
.nav-sub li.open,
a.open {
  color: var(--brand-base) !important;
}
.nav-sub li.open a,
a.open a {
  color: var(--brand-base) !important;
}
.nav-sub li.open i,
a.open i {
  color: var(--brand-base) !important;
}
.nav-main {
  color: var(--sidebar-text);
}
.nav-main .dropdown.open.active {
  overflow-x: hidden;
}
#sidebar {
  background: var(--sidebar-background);
}
.dash__row-modal {
  background-color: #ffffff;
}
.dash__manage-group {
  padding: 20px;
  border-top: 0.5px solid #cad2e5;
}
.dash__manage-card {
  border-radius: 2px;
  min-height: 59px;
  box-shadow: 0 2px 6px 0 rgba(27, 40, 47, 0.1);
  margin-top: 20px;
}
.dash__manage-card-color {
  height: 59px;
  width: 3px;
}
.dash__manage-card-title {
  padding-left: 20px;
}
.dash__card-template-switch {
  width: 100%;
  height: 100%;
}
.dash__card-placeholder {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  border: 1px dashed #879bce;
  border-radius: 4px;
  background-color: #f6fafd;
}
.dash__card-placeholder:hover {
  border-radius: 4px;
}
.dash__card-placeholder .fa {
  position: relative;
  top: calc(50% - 25px);
}
.dash__manage-backdrop {
  padding-top: 60px;
}
.dash__manage-backdrop md-backdrop {
  display: none;
}
.dash__manage-cards-container {
  background: #FFFFFF;
}
.dash__customize-image {
  margin-top: 4%;
}
.dash__customize-label {
  margin-top: 20px;
  color: #aeb5cb;
  font-size: 34px;
  line-height: 46px;
  text-align: center;
}
.dash__customize-arrow {
  position: relative;
  width: 0;
  height: 0;
  top: -60px;
  left: 25%;
}
.dash__menu-button {
  font-weight: 300 !important;
  font-family: 'Nunito', sans-serif;
  color: #000000;
  font-size: 12px;
  line-height: 16px;
}
.dash__menu-button:hover {
  background-color: #f2f5f8;
}
.district__new-school-input-container .form__input {
  border-radius: 0;
  border: 1px solid #dee3ee;
  box-sizing: border-box;
}
.district__new-school-input-container ::placeholder {
  color: #aeb5cb !important;
}
.district__new-school-input-container .md-select-placeholder {
  color: #aeb5cb !important;
  line-height: 18px;
  font-weight: 300;
}
.district__new-school-input-container p {
  margin: 0;
}
.district__new-school-input-container .device-tag__tag-input md-chips .md-chips {
  border-radius: 0;
  border: 1px solid #dee3ee;
}
.district__new-school-input-container .md-whiteframe-z1 {
  border: 1px solid #dee3ee;
  border-radius: 0;
}
.district__new-school-input-container .form__input {
  border: 2px solid rgba(222, 227, 238, 0.53);
  height: 37px;
  border-radius: 2px;
}
.district__new-school-input-container .form__input[disabled] {
  color: gray;
}
.district__new-school-input-container .css-input {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
md-select {
  height: 37px;
  margin: 0;
}
md-select .md-select-value {
  border: 2px solid #dee3ee8c;
  border-radius: 2px;
}
md-select:not([disabled]).form__input.ng-invalid.ng-touched .md-select-value {
  border: 0 !important;
}
md-select.ng-invalid.ng-touched,
md-select.ng-invalid.is-invalid {
  border: 1px solid #d0021b !important;
  border-radius: 4px;
}
md-select.ng-invalid.ng-touched .md-select-value {
  color: #dd2c00 !important;
  border-bottom: none !important;
}
.district__new-school-input-label {
  color: #515a74;
  font-size: 12px;
  line-height: 16px;
  margin-top: 15.5px;
  margin-bottom: 4.5px;
}
.district__new-school-input-additional-info {
  color: #7487c3;
  font-size: 13px;
}
.district__add-school-modal {
  background-color: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(38, 54, 67, 0.05);
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.district__add-school-modal .form__input.ng-invalid.ng-touched {
  border: 2px solid #d0021b !important;
}
.modal-profile-image {
  background-color: #cad2e5;
  height: 60px;
  width: 60px;
  border-radius: 100%;
}
/*
Modal Switches
 */
.switch.switch-sm input + span {
  width: 29.33px;
  height: 11px;
  background-color: #dae0ec;
}
.switch.switch-sm input + span::after {
  width: 15px;
  height: 15px;
  background-color: #97a1aa;
}
.switch input + span::after {
  top: -2px;
  left: 0;
}
.switch-primary input:checked + span {
  background: linear-gradient(140.28deg, rgba(26, 185, 212, 0.2) 0%, rgba(36, 218, 134, 0.2) 100%) !important;
}
.switch.switch-sm input:checked + span::after {
  width: 15px;
  height: 15px;
  background-color: var(--brand-base) !important;
}
.switch-label {
  display: inline;
  float: left;
}
.switch-label span {
  padding-right: 23px;
  color: #515a75;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
}
/*
Modal Switches
 */
.switch.switch-sm input:checked + span::after {
  background: var(--brand-base);
}
.district__add-school-modal-top-line-login {
  background: #1EC5B8;
  height: 3px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.district__add-school-modal-top-line {
  background: #1EC5B8;
  height: 3px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.dash-redesign .new-profile-container__close-button .push-10-r {
  margin-right: 36px !important;
  margin-top: 24px !important;
}
.district__add-school-modal-container {
  padding-left: 60px;
  padding-right: 60px;
}
.district__add-school-modal-container .filter__calendar-wrapper i {
  top: 9px;
}
.district__dialog-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(145.14deg, #2a3451 0%, #0a0c1f 100%);
  opacity: 0.88;
}
.district__add-school-modal-title {
  padding-bottom: 15px;
  margin-top: 15px;
}
.district__add-school-modal-title .title {
  font-size: 16px;
  color: #262d37;
  line-height: 22px;
  padding-top: 11px;
}
.district__add-school-modal-title .description {
  font-size: 13px;
  line-height: 18px;
  color: #515a74;
}
.district__add-school-modal-title .start-class-title,
.district__add-school-modal-title .start-class-desc {
  font-weight: normal;
}
.district__new-school-deice-cap-container {
  border-radius: 2px;
  border: var(--button-text);
  border-width: 2px !important;
  height: 37px;
}
.district__new-school-deice-cap-container.showDeviceCap {
  height: 100%;
}
.district__new-school-deice-cap-container.showDeviceCap input[type='number']::-webkit-inner-spin-button,
.district__new-school-deice-cap-container.showDeviceCap input[type='number']::-webkit-outer-spin-button,
.district__new-school-deice-cap-container.showDeviceCap input[type='number'] {
  border: 2px solid rgba(222, 227, 238, 0.53);
  height: 37px;
  border-radius: 2px;
  margin-left: 15px;
  text-align: center;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.district__new-school-device-cap-licences div {
  border: 1px solid #cad2e5;
  padding: 3px 0;
  text-align: center;
  height: 37px;
}
.district__new-school-device-cap-licences .licences-description {
  border-color: rgba(222, 227, 238, 0.53);
  border-style: solid;
  border-width: 2px 2px 2px 0px;
  padding-top: 7px;
  padding-left: 15px;
  text-align: left;
  color: #9ea0ac;
}
.district__new-school-device-cap-licences .licences-cap {
  border-color: rgba(222, 227, 238, 0.53);
  border-style: solid;
  border-width: 2px 0px 2px 0px;
  padding-top: 7px;
  padding-left: 15px;
  text-align: left;
}
.district__new-school-deice-cap-btn {
  color: var(--brand-base);
  padding: 15px;
  height: 100%;
}
.list__title-white-container-skin {
  background: #ffffff;
}
.list__title-white-container-skin thead {
  color: #515a75;
}
.list__title-white-container-skin tbody {
  color: #7487c3;
}
.dash__card-table-header {
  border: 1px solid #f2f5f8;
  font-size: 13px;
  line-height: 18px;
  padding: 3px 20px;
}
.dash__card-table-row {
  border: 1px solid #f2f5f8;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 16px;
  color: #7487c3;
}
.dash__card-table-row:hover {
  box-shadow: 0 11px 52px 0 rgba(78, 76, 122, 0.18);
  border: 1px solid #49d3c8;
}
.dash__card-table-cell {
  padding: 5px 3px;
}
.dash__card-table-cell .css-checkbox-primary input:checked + span {
  background-color: #7dea90;
  border-color: #7dea90;
}
.dash__card-header-cell {
  padding: 5px 3px;
  padding: 10px 3px;
}
.dash__card-header-cell .css-checkbox-primary input:checked + span {
  background-color: #7dea90;
  border-color: #7dea90;
}
.dash__card-table-body {
  height: 170px;
  overflow: auto;
  display: block;
  overflow-x: hidden;
}
.flex-25 .dash_card-table-priority-2 {
  display: none;
}
.flex-25 .dash__card-table-priority-3 {
  display: none;
}
.flex-33 .dash_card-table-priority-2 {
  display: none;
}
.flex-33 .dash__card-table-priority-3 {
  display: none;
}
.flex-50 .dash__card-table-priority-3 {
  display: none;
}
.dash__card-drag-holder {
  cursor: move;
  color: var(--brand-base);
  border-radius: 3px;
  max-width: 30px;
  max-height: 30px;
  flex-shrink: 0;
  padding: 4px;
}
.dash__card-drag-holder:hover {
  background-color: var(--brand-base);
  color: white;
  opacity: 0.7;
}
.dash__card-drag-holder:hover i {
  opacity: 1;
}
.dash_card-table-icon-container {
  width: 30px;
  height: 30px;
  text-align: center;
  margin-left: 3px;
}
.dash_card-table-icon-container i {
  font-size: 15px;
  color: #879bce;
}
.dash__card-table-view-container {
  border-radius: 3px;
  max-width: 30px;
  max-height: 30px;
  flex-shrink: 0;
  padding: 4px;
}
.dash__card-table-view-container:hover {
  background-color: rgba(126, 126, 231, 0.15);
}
.dash__card-table-view-container:hover i {
  color: #7f81e5;
}
.dash__card-table-edit-container {
  border-radius: 3px;
  max-width: 30px;
  max-height: 30px;
  flex-shrink: 0;
  padding: 4px;
}
.dash__card-table-edit-container:hover i {
  color: var(--brand-base);
}
.dash__card-table-push-container {
  border-radius: 3px;
  max-width: 30px;
  max-height: 30px;
  flex-shrink: 0;
  padding: 4px;
}
.dash__card-table-push-container:hover {
  background: rgba(26, 185, 212, 0.15);
}
.dash__card-table-delete-container {
  border-radius: 3px;
  max-width: 30px;
  max-height: 30px;
  flex-shrink: 0;
  padding: 4px;
}
.dash__card-table-delete-container:hover {
  background-color: rgba(230, 95, 122, 0.15);
}
.dash__card-table-delete-container:hover i {
  color: #e4617b;
}
.dash__card-number {
  color: #262d37;
  font-size: 24px;
  line-height: 32px;
}
.district__school-details-card {
  background-color: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(38, 54, 67, 0.05);
  border-radius: 4px;
}
.district__school-details-card .new-profile-container__close-button {
  font-size: 12px;
  color: #22bba9;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
.district__school-details-section-title {
  font-size: 12px;
  color: #000000;
  line-height: 16px;
}
.district__school-details-info-container {
  margin-top: 20px;
}
.district__school-details-school-title {
  color: #000000;
}
.district__school-details-info-section {
  border-right: 1px solid #dee3ee;
  padding: 0 30px;
}
.district__school-details-info {
  font-size: 14px;
  margin-top: 7px;
  line-height: 16px;
  color: #879bce;
}
.district__school-details-card-title {
  color: #3eb8cc;
  font-size: 13px;
  line-height: 18px;
}
.district__school-details-card-content {
  padding: 0 20px 20px;
}
.school__status-selection {
  font-size: 13px;
  line-height: 18px;
  color: #515a74;
  text-transform: none;
}
.school__status-selection div .md-button {
  min-height: 12px !important;
  min-width: 40px;
  font-size: 12px !important;
  line-height: 5px !important;
  margin: 0 auto;
  padding-left: 5px;
  text-transform: none;
}
.school__status-selection div .md-button i {
  padding-left: 5px;
}
.school__status-selection div .md-button::before {
  content: '\00B7';
  color: var(--brand-base);
  float: left;
  font-size: 50px;
  padding-right: 5px;
}
.school__status-selection div .md-button:not([disabled]):hover {
  color: #22bba9;
  background: none;
}
.devices-action-button:not([disabled]) {
  color: var(--button-text) !important;
  background: var(--button-background);
}
md-select.form__input {
  border: 0 !important;
  padding: 0 !important;
}
md-select.ng-invalid.ng-touched {
  border: 1px solid #d0021b;
}
md-select:not([disabled]).form__input.ng-invalid.ng-touched .md-select-value {
  border-bottom-style: none;
  border: none;
}
.dash-redesign md-dialog {
  max-height: 80%;
  display: block !important;
  top: 0;
}
.district__new-school-section-description {
  font-family: 'Nunito', sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  color: #7487c3;
}
.district__add-device-modal {
  background-color: transparent;
  box-shadow: none;
}
.district__add-device-modal-title {
  color: #d7dcea;
}
.district__add-device-modal-title title {
  font-size: 16px;
  line-height: 22px;
}
.district__add-device-modal-title .description {
  font-size: 14px;
  line-height: 19px;
}
.district__add-device-os-card {
  box-shadow: 0 12px 34px 0 rgba(38, 54, 67, 0.1);
  background-color: #ffffff;
  border-radius: 4px;
  color: #323c47;
  padding: 0 0 20px;
  font-size: 14px;
  overflow: hidden;
  text-align: center;
}
.district__add-device-os-card-name {
  margin-top: 15px;
}
.district__add-device-os-card-arrow {
  margin-top: 15px;
}
.district__horizontal-line {
  box-shadow: 0 2px 6px 0 rgba(38, 54, 67, 0.05);
  height: 3px;
}
.district__purple {
  background: var(--brand-base);
}
.district__purple-horizontal-line {
  box-shadow: 0 2px 6px 0 rgba(38, 54, 67, 0.05);
  height: 3px;
  background: var(--brand-base);
}
.district__green {
  background: #1EC5B8;
}
.district__green-horizontal-line {
  box-shadow: 0 2px 6px 0 rgba(38, 54, 67, 0.05);
  height: 3px;
  background: #1EC5B8;
}
.district__yellow {
  background: linear-gradient(135.51deg, #fad961 0%, #f76b1c 100%);
}
.district__yellow-horizontal-line {
  box-shadow: 0 2px 6px 0 rgba(38, 54, 67, 0.05);
  height: 3px;
  background: linear-gradient(135.51deg, #fad961 0%, #f76b1c 100%);
}
.district__blue {
  background: #1EC5B8;
}
.district__blue-horizontal-line {
  box-shadow: 0 2px 6px 0 rgba(38, 54, 67, 0.05);
  height: 3px;
  background: #1EC5B8;
}
.district__red {
  background: linear-gradient(135deg, #ff0066 0%, #c50051 100%);
}
.district__red-horizontal-line {
  box-shadow: 0 2px 6px 0 rgba(38, 54, 67, 0.05);
  height: 3px;
  background: linear-gradient(135deg, #ff0066 0%, #c50051 100%);
}
.district__pink {
  background: linear-gradient(130.29deg, #4b76bd 0%, #f57dff 100%);
}
.district__pink-horizontal-line {
  box-shadow: 0 2px 6px 0 rgba(38, 54, 67, 0.05);
  height: 3px;
  background: linear-gradient(130.29deg, #4b76bd 0%, #f57dff 100%);
}
.district__add-device-os-icon {
  margin-top: 40px;
  height: 50px;
}
.district__add-device-tabs-container {
  background-color: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(38, 54, 67, 0.05);
  border-radius: 4px;
  overflow: hidden;
}
.district__add-device-tabs-container md-tabs .md-tab,
.district__add-device-tabs-container md-tabs .md-tab.md-active {
  font-weight: 300;
}
.dash-redesign .district__tabs .md-tab {
  padding: 0;
  margin: 12px 24px;
}
.district__add-device-tabs {
  padding: 38px 60px;
}
.district__add-device-follow-instructions {
  color: #d7dcea;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  margin-top: 25px;
  margin-bottom: 12px;
}
.district__add-device-tabs-title {
  color: #262d37;
  font-size: 16px;
  line-height: 22px;
}
.district__new-device-step-number {
  color: #515a74;
  font-size: 12px;
  line-height: 19px;
}
.district__new-device-step-text {
  color: #515a74;
  font-size: 12px;
  line-height: 19px;
  margin-bottom: 30px;
  padding-left: 2px;
}
.district__school-selection md-select .md-select-value {
  border-radius: 0;
  border: 1px solid #dee3ee;
  margin-right: 1px;
}
.district__byod-text {
  color: #7487c3;
  font-size: 12px;
  line-height: 16px;
}
.district__byod-text div {
  margin-top: 10px;
}
.schedule__district-school-selection {
  border: 2px solid #dee3ee8c;
  border-radius: 4px;
  box-sizing: border-box;
}
.schedule__district-school-selection .filter__input {
  border: 0;
}
.table tr:nth-child(n):nth-of-type(120) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(120) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(120) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(119) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(119) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(119) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(118) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(118) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(118) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(117) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(117) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(117) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(116) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(116) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(116) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(115) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(115) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(115) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(114) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(114) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(114) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(113) [table-name-letter]:before {
  background: #dc4cc0 !important;
}
.table tr:nth-child(n):nth-of-type(113) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #dc4cc0 !important;
}
.table tr:nth-child(n):nth-of-type(113) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #dc4cc0 !important;
}
.table tr:nth-child(n):nth-of-type(112) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(112) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(112) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(111) [table-name-letter]:before {
  background: #de4d6a !important;
}
.table tr:nth-child(n):nth-of-type(111) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #de4d6a !important;
}
.table tr:nth-child(n):nth-of-type(111) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #de4d6a !important;
}
.table tr:nth-child(n):nth-of-type(110) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(110) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(110) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(109) [table-name-letter]:before {
  background: #3b98ff !important;
}
.table tr:nth-child(n):nth-of-type(109) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #3b98ff !important;
}
.table tr:nth-child(n):nth-of-type(109) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #3b98ff !important;
}
.table tr:nth-child(n):nth-of-type(108) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(108) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(108) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(107) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(107) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(107) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(106) [table-name-letter]:before {
  background: #de4d6a !important;
}
.table tr:nth-child(n):nth-of-type(106) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #de4d6a !important;
}
.table tr:nth-child(n):nth-of-type(106) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #de4d6a !important;
}
.table tr:nth-child(n):nth-of-type(105) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(105) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(105) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(104) [table-name-letter]:before {
  background: #2adcce !important;
}
.table tr:nth-child(n):nth-of-type(104) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2adcce !important;
}
.table tr:nth-child(n):nth-of-type(104) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2adcce !important;
}
.table tr:nth-child(n):nth-of-type(103) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(103) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(103) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(102) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(102) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(102) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(101) [table-name-letter]:before {
  background: #3b98ff !important;
}
.table tr:nth-child(n):nth-of-type(101) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #3b98ff !important;
}
.table tr:nth-child(n):nth-of-type(101) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #3b98ff !important;
}
.table tr:nth-child(n):nth-of-type(100) [table-name-letter]:before {
  background: #dc4cc0 !important;
}
.table tr:nth-child(n):nth-of-type(100) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #dc4cc0 !important;
}
.table tr:nth-child(n):nth-of-type(100) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #dc4cc0 !important;
}
.table tr:nth-child(n):nth-of-type(99) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(99) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(99) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(98) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(98) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(98) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(97) [table-name-letter]:before {
  background: #de4d6a !important;
}
.table tr:nth-child(n):nth-of-type(97) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #de4d6a !important;
}
.table tr:nth-child(n):nth-of-type(97) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #de4d6a !important;
}
.table tr:nth-child(n):nth-of-type(96) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(96) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(96) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(95) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(95) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(95) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(94) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(94) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(94) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(93) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(93) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(93) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(92) [table-name-letter]:before {
  background: #dc4cc0 !important;
}
.table tr:nth-child(n):nth-of-type(92) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #dc4cc0 !important;
}
.table tr:nth-child(n):nth-of-type(92) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #dc4cc0 !important;
}
.table tr:nth-child(n):nth-of-type(91) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(91) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(91) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(90) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(90) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(90) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(89) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(89) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(89) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(88) [table-name-letter]:before {
  background: #dc4cc0 !important;
}
.table tr:nth-child(n):nth-of-type(88) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #dc4cc0 !important;
}
.table tr:nth-child(n):nth-of-type(88) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #dc4cc0 !important;
}
.table tr:nth-child(n):nth-of-type(87) [table-name-letter]:before {
  background: #3b98ff !important;
}
.table tr:nth-child(n):nth-of-type(87) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #3b98ff !important;
}
.table tr:nth-child(n):nth-of-type(87) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #3b98ff !important;
}
.table tr:nth-child(n):nth-of-type(86) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(86) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(86) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(85) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(85) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(85) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(84) [table-name-letter]:before {
  background: #2adcce !important;
}
.table tr:nth-child(n):nth-of-type(84) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2adcce !important;
}
.table tr:nth-child(n):nth-of-type(84) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2adcce !important;
}
.table tr:nth-child(n):nth-of-type(83) [table-name-letter]:before {
  background: #dc4cc0 !important;
}
.table tr:nth-child(n):nth-of-type(83) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #dc4cc0 !important;
}
.table tr:nth-child(n):nth-of-type(83) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #dc4cc0 !important;
}
.table tr:nth-child(n):nth-of-type(82) [table-name-letter]:before {
  background: #de4d6a !important;
}
.table tr:nth-child(n):nth-of-type(82) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #de4d6a !important;
}
.table tr:nth-child(n):nth-of-type(82) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #de4d6a !important;
}
.table tr:nth-child(n):nth-of-type(81) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(81) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(81) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(80) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(80) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(80) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(79) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(79) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(79) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(78) [table-name-letter]:before {
  background: #2adcce !important;
}
.table tr:nth-child(n):nth-of-type(78) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2adcce !important;
}
.table tr:nth-child(n):nth-of-type(78) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2adcce !important;
}
.table tr:nth-child(n):nth-of-type(77) [table-name-letter]:before {
  background: #2adcce !important;
}
.table tr:nth-child(n):nth-of-type(77) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2adcce !important;
}
.table tr:nth-child(n):nth-of-type(77) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2adcce !important;
}
.table tr:nth-child(n):nth-of-type(76) [table-name-letter]:before {
  background: #3b98ff !important;
}
.table tr:nth-child(n):nth-of-type(76) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #3b98ff !important;
}
.table tr:nth-child(n):nth-of-type(76) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #3b98ff !important;
}
.table tr:nth-child(n):nth-of-type(75) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(75) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(75) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(74) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(74) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(74) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(73) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(73) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(73) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(72) [table-name-letter]:before {
  background: #de4d6a !important;
}
.table tr:nth-child(n):nth-of-type(72) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #de4d6a !important;
}
.table tr:nth-child(n):nth-of-type(72) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #de4d6a !important;
}
.table tr:nth-child(n):nth-of-type(71) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(71) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(71) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(70) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(70) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(70) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(69) [table-name-letter]:before {
  background: #2adcce !important;
}
.table tr:nth-child(n):nth-of-type(69) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2adcce !important;
}
.table tr:nth-child(n):nth-of-type(69) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2adcce !important;
}
.table tr:nth-child(n):nth-of-type(68) [table-name-letter]:before {
  background: #dc4cc0 !important;
}
.table tr:nth-child(n):nth-of-type(68) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #dc4cc0 !important;
}
.table tr:nth-child(n):nth-of-type(68) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #dc4cc0 !important;
}
.table tr:nth-child(n):nth-of-type(67) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(67) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(67) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(66) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(66) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(66) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(65) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(65) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(65) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(64) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(64) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(64) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(63) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(63) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(63) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(62) [table-name-letter]:before {
  background: #3b98ff !important;
}
.table tr:nth-child(n):nth-of-type(62) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #3b98ff !important;
}
.table tr:nth-child(n):nth-of-type(62) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #3b98ff !important;
}
.table tr:nth-child(n):nth-of-type(61) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(61) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(61) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(60) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(60) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(60) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(59) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(59) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(59) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(58) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(58) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(58) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(57) [table-name-letter]:before {
  background: #dc4cc0 !important;
}
.table tr:nth-child(n):nth-of-type(57) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #dc4cc0 !important;
}
.table tr:nth-child(n):nth-of-type(57) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #dc4cc0 !important;
}
.table tr:nth-child(n):nth-of-type(56) [table-name-letter]:before {
  background: #dc4cc0 !important;
}
.table tr:nth-child(n):nth-of-type(56) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #dc4cc0 !important;
}
.table tr:nth-child(n):nth-of-type(56) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #dc4cc0 !important;
}
.table tr:nth-child(n):nth-of-type(55) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(55) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(55) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(54) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(54) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(54) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(53) [table-name-letter]:before {
  background: #de4d6a !important;
}
.table tr:nth-child(n):nth-of-type(53) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #de4d6a !important;
}
.table tr:nth-child(n):nth-of-type(53) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #de4d6a !important;
}
.table tr:nth-child(n):nth-of-type(52) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(52) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(52) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(51) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(51) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(51) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(50) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(50) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(50) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(49) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(49) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(49) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(48) [table-name-letter]:before {
  background: #3b98ff !important;
}
.table tr:nth-child(n):nth-of-type(48) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #3b98ff !important;
}
.table tr:nth-child(n):nth-of-type(48) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #3b98ff !important;
}
.table tr:nth-child(n):nth-of-type(47) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(47) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(47) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(46) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(46) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(46) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(45) [table-name-letter]:before {
  background: #2adcce !important;
}
.table tr:nth-child(n):nth-of-type(45) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2adcce !important;
}
.table tr:nth-child(n):nth-of-type(45) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2adcce !important;
}
.table tr:nth-child(n):nth-of-type(44) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(44) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(44) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(43) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(43) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(43) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(42) [table-name-letter]:before {
  background: #2adcce !important;
}
.table tr:nth-child(n):nth-of-type(42) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2adcce !important;
}
.table tr:nth-child(n):nth-of-type(42) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2adcce !important;
}
.table tr:nth-child(n):nth-of-type(41) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(41) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(41) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(40) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(40) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(40) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(39) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(39) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(39) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(38) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(38) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(38) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(37) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(37) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(37) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(36) [table-name-letter]:before {
  background: #dc4cc0 !important;
}
.table tr:nth-child(n):nth-of-type(36) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #dc4cc0 !important;
}
.table tr:nth-child(n):nth-of-type(36) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #dc4cc0 !important;
}
.table tr:nth-child(n):nth-of-type(35) [table-name-letter]:before {
  background: #de4d6a !important;
}
.table tr:nth-child(n):nth-of-type(35) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #de4d6a !important;
}
.table tr:nth-child(n):nth-of-type(35) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #de4d6a !important;
}
.table tr:nth-child(n):nth-of-type(34) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(34) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(34) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(33) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(33) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(33) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(32) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(32) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(32) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(31) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(31) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(31) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(30) [table-name-letter]:before {
  background: #2adcce !important;
}
.table tr:nth-child(n):nth-of-type(30) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2adcce !important;
}
.table tr:nth-child(n):nth-of-type(30) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2adcce !important;
}
.table tr:nth-child(n):nth-of-type(29) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(29) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(29) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(28) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(28) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(28) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(27) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(27) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(27) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(26) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(26) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(26) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(25) [table-name-letter]:before {
  background: #3b98ff !important;
}
.table tr:nth-child(n):nth-of-type(25) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #3b98ff !important;
}
.table tr:nth-child(n):nth-of-type(25) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #3b98ff !important;
}
.table tr:nth-child(n):nth-of-type(24) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(24) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(24) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(23) [table-name-letter]:before {
  background: #de4d6a !important;
}
.table tr:nth-child(n):nth-of-type(23) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #de4d6a !important;
}
.table tr:nth-child(n):nth-of-type(23) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #de4d6a !important;
}
.table tr:nth-child(n):nth-of-type(22) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(22) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(22) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #5cde72 !important;
}
.table tr:nth-child(n):nth-of-type(21) [table-name-letter]:before {
  background: #de4d6a !important;
}
.table tr:nth-child(n):nth-of-type(21) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #de4d6a !important;
}
.table tr:nth-child(n):nth-of-type(21) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #de4d6a !important;
}
.table tr:nth-child(n):nth-of-type(20) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(20) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(20) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(19) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(19) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(19) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(18) [table-name-letter]:before {
  background: #de4d6a !important;
}
.table tr:nth-child(n):nth-of-type(18) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #de4d6a !important;
}
.table tr:nth-child(n):nth-of-type(18) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #de4d6a !important;
}
.table tr:nth-child(n):nth-of-type(17) [table-name-letter]:before {
  background: #2adcce !important;
}
.table tr:nth-child(n):nth-of-type(17) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2adcce !important;
}
.table tr:nth-child(n):nth-of-type(17) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2adcce !important;
}
.table tr:nth-child(n):nth-of-type(16) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(16) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(16) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(15) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(15) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(15) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #7777d1 !important;
}
.table tr:nth-child(n):nth-of-type(14) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(14) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(14) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(13) [table-name-letter]:before {
  background: #2adcce !important;
}
.table tr:nth-child(n):nth-of-type(13) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2adcce !important;
}
.table tr:nth-child(n):nth-of-type(13) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2adcce !important;
}
.table tr:nth-child(n):nth-of-type(12) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(12) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(12) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(11) [table-name-letter]:before {
  background: #2adcce !important;
}
.table tr:nth-child(n):nth-of-type(11) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2adcce !important;
}
.table tr:nth-child(n):nth-of-type(11) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2adcce !important;
}
.table tr:nth-child(n):nth-of-type(10) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(10) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(10) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(9) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(9) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(9) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(8) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(8) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(8) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(7) [table-name-letter]:before {
  background: #dc4cc0 !important;
}
.table tr:nth-child(n):nth-of-type(7) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #dc4cc0 !important;
}
.table tr:nth-child(n):nth-of-type(7) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #dc4cc0 !important;
}
.table tr:nth-child(n):nth-of-type(6) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(6) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(6) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: extract(#dc4cc0 #2adcce #3b98ff #5cde72 #7777d1 #de4d6a #2ad1fb #bc5454 #fca02f, 0) !important;
}
.table tr:nth-child(n):nth-of-type(5) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(5) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(5) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(4) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(4) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(4) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(3) [table-name-letter]:before {
  background: #3b98ff !important;
}
.table tr:nth-child(n):nth-of-type(3) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #3b98ff !important;
}
.table tr:nth-child(n):nth-of-type(3) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #3b98ff !important;
}
.table tr:nth-child(n):nth-of-type(2) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(2) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(2) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #2ad1fb !important;
}
.table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(1) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #bc5454 !important;
}
.table tr:nth-child(n):nth-of-type(1) .table tr:nth-child(n):nth-of-type(1) [table-name-letter]:before {
  background: #bc5454 !important;
}
.district__week-configuration .week-button,
.district__week-configuration span {
  border: 1px solid #cad2e5;
  height: 36px;
  width: 34px;
  text-align: center;
  padding: 8px;
}
.period-day-selected {
  color: #fff;
  background: #879bce;
}
.week-button {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  color: #c8cedd;
}
.period-add-button {
  padding: 0 !important;
  padding-top: 2px !important;
  width: 16px;
  height: 16px !important;
  border-radius: 90px !important;
  border-style: none !important;
  background: var(--button-background) !important;
}
.period-add-button i {
  color: white;
  vertical-align: middle;
  height: 14px;
  font-size: 8px;
}
.period-add-button .district__schedule-template-modal {
  overflow-y: auto !important;
}
.period-add-button .district__schedule-template-modal .modal-buttons-container {
  bottom: 34px;
  right: 64px;
}
.period-add-button .district__schedule-template-modal .schedule__district-school-selection {
  border-radius: 2px !important;
  box-sizing: border-box;
  border: 2px solid rgba(222, 227, 238, 0.53) !important;
}
.period-add-button .district__schedule-template-modal .filter__input {
  border-top-style: none !important;
  padding: 7px 14.5px !important;
}
.period-add-button .district__schedule-template-modal .filter__multiple-select {
  padding: 11px 11.5px;
}
.period-add-button .district__schedule-template-modal .filter__search-icon {
  width: 0 !important;
  margin-left: 13.5px;
  margin-top: 11.5px;
}
.period-add-button .filter__checkbox md-checkbox {
  margin-bottom: 13.5px !important;
}
.period-add-button .filter__checkbox md-checkbox .md-icon::after {
  width: 4px !important;
  height: 8px !important;
  margin: 0 auto !important;
}
.period-add-button .filter__checkbox md-checkbox .md-ink-ripple {
  width: 14px !important;
  height: 100% !important;
  margin-top: 2.5px !important;
}
.period-add-button .filter__checkbox md-checkbox .md-label {
  margin-top: 0 !important;
}
.period-add-button .filter__checkbox md-checkbox.md-checked .md-icon {
  background-color: #16c9ae !important;
  border-color: #16c9ae !important;
}
/*
Mobile View Fix
 */
.dash-redesign {
  /*.uib-daypicker {
      margin-left: 0px !important;
    }*/
}
.dash-redesign .dash_card-table-icon-container i [class^='icon-']:before,
.dash-redesign .dash_card-table-icon-container i [class*=' icon-']:before {
  margin: 0 !important;
  padding: 0 !important;
}
.dash-redesign .img-avatar {
  object-fit: cover;
}
.dash-redesign .img-avatar-thumb {
  margin: 0 !important;
}
.dash-redesign .table-profile-image {
  object-fit: cover !important;
}
.dash-redesign mg-translate {
  font-family: 'Nunito', sans-serif;
}
.dash-redesign .topbar__notifications-holder .topbar__notifications-badge {
  min-width: 18px;
  max-width: 30px;
  padding: 3px !important;
  background-color: #ff0000 !important;
  border-radius: 16px;
  font-family: 'Nunito', sans-serif;
  font-size: 12px;
  min-height: 16px;
  line-height: 16px;
  font-weight: 600;
}
.dash-redesign .device__info-content-title {
  margin: 0;
  font-size: 1.5rem;
}
.dash-redesign .items-center {
  align-items: center;
}
.dash-redesign .items-stretch {
  align-items: stretch;
}
.dash-redesign .device-tag__tag-input .md-chips md-chip {
  height: auto;
  padding: 0.2em 12px;
  color: #fff;
  line-height: normal;
  background-color: #a0bdde;
  border-radius: 50px;
}
.dash-redesign .filter__save-search-badge {
  font-family: 'Nunito', sans-serif;
  border: 1px solid #bcc3d5;
  color: #879bce;
  font-size: 14px;
  padding: 5px;
  margin-right: 15px;
  border-radius: 50px;
}
.dash-redesign .badge {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 20ch;
  background-color: #a0bdde;
  color: white;
  border-radius: 100px;
  padding: 3px 15px;
  margin: 2px;
  font-size: 12px;
}
.dash-redesign .new-profile-container__close-button {
  height: 24px;
  color: #6b7c8d;
  border: none;
  background: transparent;
  float: right;
}
.dash-redesign .filter__custom-datepicker-container {
  width: 620px;
  right: 0;
  border-radius: 2px;
  background: white;
  z-index: 1100;
}
.dash-redesign .bulk-upload-button {
  min-width: 130px;
  margin-top: 22px;
}
.dash-redesign .min-width-button {
  min-width: 130px;
  width: 100%;
}
.dash-redesign .district__school-details-card-title {
  color: #c7c7c7;
  font-size: 13px;
  line-height: 18px;
}
.dash-redesign .filter__search-container {
  display: flex;
  position: fixed;
  z-index: 1020;
  width: 100%;
  margin-top: -3px;
}
.dash-redesign .uib-monthpicker {
  width: 100%;
}
.dash-redesign .uib-yearpicker {
  width: 100%;
}
.dash-redesign .device__device-away-time {
  color: #9dadd6;
  font-size: 14px;
  display: block;
}
@media (min-width: 992px) {
  .dash-redesign .filter__search-container {
    padding-right: 230px;
  }
}
.dash-redesign .schools_list {
  display: flex;
  flex-direction: column;
}
.dash-redesign .device-map .angular-google-map-container {
  border-radius: 5px;
  box-shadow: 0 2px 6px 0 rgba(38, 54, 67, 0.18);
  -moz-box-shadow: 0 2px 6px 0 rgba(38, 54, 67, 0.18);
  -webkit-box-shadow: 0 2px 6px 0 rgba(38, 54, 67, 0.18);
}
.dash-redesign .devices-details-button {
  font-size: 12px;
  color: #22bba9;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  background: transparent;
  border: none;
}
.dash-redesign .devices-panel-wrapper {
  background: transparent;
  border: none !important;
  box-shadow: none !important;
}
.dash-redesign .badges-wrapper {
  height: auto;
  padding: 14px 7px;
  background-color: transparent !important;
  border: 1px solid rgba(222, 227, 238, 0.6);
}
.dash-redesign .btn-group-justified {
  display: flex;
}
.dash-redesign .table > thead > tr > td.selected,
.dash-redesign .table > tbody > tr > td.seelected,
.dash-redesign .table > tfoot > tr > td.selected,
.dash-redesign .table > thead > tr > th.selected,
.dash-redesign .table > tbody > tr > th.selected,
.dash-redesign .table > tfoot > tr > th.selected,
.dash-redesign .table > thead > tr.selected > td,
.dash-redesign .table > tbody > tr.selected > td,
.dash-redesign .table > tfoot > tr.selected > td,
.dash-redesign .table > thead > tr.selected > th,
.dash-redesign .table > tbody > tr.selected > th,
.dash-redesign .table > tfoot > tr.selected > th {
  background-color: transparent !important;
}
.dash-redesign .list__title-container-skin tr th {
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.dash-redesign .max-width-50 {
  max-width: calc(50% - 12px);
}
@media (max-width: 768px) {
  .dash-redesign .filter__search-icon {
    width: 20px !important;
    padding-left: 20px !important;
    margin-left: 2px !important;
    left: 0 !important;
  }
  .dash-redesign .filter__button-container {
    border-bottom: 1px solid #f2f6f9 !important;
  }
  .dash-redesign .flex-sm-direction {
    flex-direction: column;
  }
  .dash-redesign .margin-sm-10-t {
    margin-top: 10px;
  }
  .dash-redesign .padding-sm-0-t {
    padding-top: 0;
  }
  .dash-redesign .max-width-sm-40 {
    max-width: calc(40% - 12px);
  }
  .dash-redesign .max-width-sm-60 {
    max-width: calc(60% - 12px);
  }
  .dash-redesign .district__tag-view {
    max-width: 15ch !important;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .dash-redesign .district-modal-title {
    margin-left: 20px;
  }
  .dash-redesign .filter__search-icon {
    width: 20px !important;
    padding-left: 20px !important;
    margin-left: 2px !important;
    left: 0 !important;
  }
  .dash-redesign .filter__search-input-container {
    border-top: 1px solid #f2f6f9 !important;
  }
}
.dash-redesign .layout-table-content-flex thead tr {
  display: flex;
  flex: 0 0 100%;
  height: 43px;
  align-items: center;
}
.dash-redesign .layout-table-content-flex thead trhover {
  border: 0 !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.dash-redesign .layout-table-content-flex tr {
  display: flex;
  flex: 0 0 100%;
}
.dash-redesign .layout-table-content-flex td {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.dash-redesign .layout-table-content-flex tr:last-child {
  border-bottom: 1px solid rgba(222, 227, 238, 0.6);
}
.dash-redesign .layout-table-content-flex tbody tr {
  min-height: 50px;
  display: flex;
  flex: 0 0 100%;
  border-top: 1px solid rgba(222, 227, 238, 0.6);
  border-bottom: 1px solid rgba(222, 227, 238, 0);
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-collapse: collapse !important;
  background-color: transparent;
  align-items: center;
  padding: 0;
}
.dash-redesign .layout-table-content-flex tbody tr:first-child {
  border-top: 1px solid transparent;
}
.dash-redesign .layout-table-content-flex tbody tr:hover {
  border: var(--button-text);
}
.dash-redesign .nestedTable {
  padding: 0 !important;
}
.dash-redesign .nestedTable tr {
  border: 0 !important;
  box-shadow: none !important;
}
.dash-redesign .nestedTable tr:hover {
  border: 0 !important;
  box-shadow: none !important;
}
.dash-redesign .row-expanded .nestedTable {
  padding: 0 !important;
}
.dash-redesign .row-expanded .nestedTable tr {
  min-height: 31px;
  border: 0 !important;
  box-shadow: none !important;
}
.dash-redesign .row-expanded .nestedTable tr:hover {
  border: 0 !important;
  background-color: rgba(239, 241, 245, 0.6) !important;
  box-shadow: none !important;
}
.dash-redesign .layout-table-content .table-filter-font {
  color: var(--brand-base);
}
.dash-redesign .layout-table-content .table-filter-font a {
  color: var(--brand-base);
}
.dash-redesign .layout-table-content .add-device {
  color: var(--brand-base);
}
.dash-redesign .layout-table-content thead tr {
  min-height: 45px;
  border: 0 !important;
  align-items: center;
}
.dash-redesign .layout-table-content thead tr:hover {
  border: 0 !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.dash-redesign .layout-table-content td {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.dash-redesign .layout-table-content tr:last-child {
  border-bottom: 1px solid rgba(222, 227, 238, 0.6);
}
.dash-redesign .layout-table-content tr {
  min-height: 50px;
  border-top: 1px solid rgba(222, 227, 238, 0.6);
  border-left: 1px solid rgba(222, 227, 238, 0.6);
  border-right: 1px solid rgba(222, 227, 238, 0.6);
  border-collapse: collapse !important;
  background-color: transparent !important;
  align-items: center;
}
.dash-redesign .layout-table-content tr:hover {
  border: 1px solid var(--brand-base);
  box-shadow: 0px 0px 12px 5px rgba(78, 76, 122, 0.18);
  -moz-box-shadow: 0px 0px 12px 5px rgba(78, 76, 122, 0.18);
  -webkit-box-shadow: 0px 0px 12px 5px rgba(78, 76, 122, 0.18);
  background-color: transparent !important;
}
@media (max-width: 767px) {
  .dash-redesign .layout-table-content .filter__search-icon {
    width: 20px !important;
    padding: 0 !important;
    padding-top: 5px !important;
    padding-left: 20px !important;
    margin-left: 2px !important;
    left: 0 !important;
  }
  .dash-redesign .layout-table-content .filter__button-container {
    border-bottom: 1px solid #f2f6f9;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .dash-redesign .layout-table-content .filter__search-icon {
    width: 20px !important;
    padding: 0 !important;
    padding-top: 5px !important;
    padding-left: 20px !important;
    margin-left: 2px !important;
    left: 0 !important;
  }
  .dash-redesign .layout-table-content .filter__button-container {
    border-bottom: 1px solid #f2f6f9;
  }
}
.dash-redesign .filter__search-input md-autocomplete md-autocomplete-wrap {
  border: none !important;
}
.dash-redesign .filter__search-input input {
  height: 42px !important;
}
.district__profile-details-section {
  box-shadow: 0 2px 4px 0 rgba(38, 54, 67, 0.1);
  background-color: #ffffff;
  overflow: hidden;
}
.district__profile-details-section:nth-child(2) {
  border-left: 1px solid #dee3ee;
  border-right: 1px solid #dee3ee;
  /*border-radius: 4px;*/
}
.district__profile-lock-icon {
  opacity: 0.81;
  border-radius: 2px;
  text-align: center;
  margin-right: 10px;
  margin-top: -5px;
  padding: 5px;
}
.district__profile-lock-icon img {
  width: 15px;
  height: 15px;
}
.district__profile-unlock {
  opacity: 0.81;
  border-radius: 2px;
  text-align: center;
  margin-right: 10px;
  margin-top: -5px;
  padding: 5px;
  color: #7ee98f;
}
.district__profile-unlock img {
  width: 15px;
  height: 15px;
}
.district__profile-unlock .fa {
  font-size: 15px;
}
.district__profile-unlock:hover {
  background-color: #e9fbec;
}
.district__profile-lock {
  opacity: 0.81;
  border-radius: 2px;
  text-align: center;
  margin-right: 10px;
  margin-top: -5px;
  padding: 5px;
  color: #f1ba5f;
}
.district__profile-lock img {
  width: 15px;
  height: 15px;
}
.district__profile-lock:hover {
  background-color: #fdeed6;
}
.district__profile-lock-red {
  opacity: 0.81;
  border-radius: 2px;
  text-align: center;
  margin-right: 10px;
  margin-top: -5px;
  padding: 5px;
  color: #e65f7a;
}
.district__profile-lock-red img {
  width: 15px;
  height: 15px;
}
.district__profile-lock-red:hover {
  background-color: #fde0e6;
}
.district__profile-lock-popup {
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.28);
  padding: 15px;
  font-size: 12px;
  line-height: 16px;
  width: 400px;
}
.district__directory-selection-popup {
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.28);
  padding: 15px;
  font-size: 12px;
  line-height: 16px;
  width: 400px;
  margin-top: 10px;
  width: 382px;
  padding: 0;
  border: 1px solid #dee3ee;
  box-shadow: 0 2px 4px 0 rgba(38, 54, 67, 0.1);
  z-index: 9999;
}
.district__directory-selection-buttons {
  border: 1px solid #dee3ee;
  box-shadow: 0 -3px 4px 0 rgba(0, 0, 0, 0.04);
  padding: 15px;
}
.district__directory-selection-popup-inner {
  height: 140px;
  overflow-y: auto;
  padding: 10px;
}
.district__directory-title-container {
  margin: 0 25px;
}
.district__directory-title {
  color: #232b45;
  font-size: 16px;
  line-height: 22px;
}
.district__directory-subtitle {
  font-size: 14px;
  line-height: 19px;
  color: #232b45;
}
.district__sync-selection-container {
  margin-top: 20px;
}
.district__sync-wrapper v-accordion {
  background: none;
}
.district__sync-wrapper v-pane {
  display: block;
  margin-bottom: 5px !important;
  background-color: #fff;
  padding: 1em !important;
  border-radius: 2px;
  font-size: 1.1em;
  box-shadow: 0 2px 4px 0 rgba(38, 54, 67, 0.05);
  border: 1px solid transparent;
}
.district__sync-wrapper v-pane:hover {
  border: 1px solid #1EC5B8;
}
.district__sync-wrapper v-pane.is-expanded {
  border: 1px solid #1EC5B8;
}
.district__sync-wrapper v-pane-header {
  background-color: #fff;
  padding: 0.2em !important;
  font-size: 1.1em;
  border-bottom: none !important;
  border-radius: 2px;
}
.district__sync-wrapper v-pane-content div {
  border: none;
}
.district__ou-font {
  color: #879bce;
  font-size: 12px;
  line-height: 16px;
}
.district__active-directory-tabs .block > .nav-tabs.nav-tabs-alt > li > a:hover {
  color: #232b45;
  box-shadow: 0 2px var(--brand-base);
}
.district__active-directory-tabs .block > .nav-tabs.nav-tabs-alt > li > a:hover :not(.inactive) {
  color: var(--brand-base) !important;
}
.district__active-directory-tabs .block > .nav-tabs > li > a {
  font-weight: 300;
}
.district__active-directory-tabs .block > .nav-tabs.nav-tabs-alt > li.active > a {
  color: #232b45;
}
.district__active-directory-tabs .block > .nav-tabs.nav-tabs-alt > li > a {
  color: #879bce;
}
.district__sync-users-title {
  margin-right: 20px;
  font-size: 14px;
  line-height: 19px;
  color: #646e88;
}
.district__sync-accordion {
  padding: 16px 20px;
  border-bottom: none !important;
}
.district__profile-details-section-title {
  color: #323c47;
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
}
.district__profile-details-section-content .form__input,
.district__profile-details-section-content md-select,
.district__profile-details-section-content md-chips-wrap {
  height: auto;
}
.district__profile-details-section-content textarea {
  height: 65px !important;
}
.district__profile-details-section-sub .district__tag-view {
  background-color: #879bce;
}
.district__profile-details-section-sub .profile-badge-icon {
  margin-right: 0 !important;
  margin-left: 8px !important;
}
.profile__tab-container {
  background-color: #ffffff;
  margin: 0 15px;
}
.profile__tab-container .profile-active > a {
  /*border: none;*/
}
.profile__tab-container .profile-active > a:hover {
  color: #ffffff !important;
}
.profile__tab-container .nav-tabs > li > a {
  border: none;
}
.profile__tab-container .district__profile-unlock,
.profile__tab-container .district__profile-lock,
.profile__tab-container .district__profile-lock-red {
  padding: 0 !important;
}
.profile__tab-container a {
  align-items: center;
}
.new-profile-container__input-title {
  color: #879BCE;
  font-size: 13px !important;
  font-weight: 300;
  line-height: 18px;
}
.district__profile-padding {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.district__profile-v-pane-header-override v-pane-header {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.district__profile-v-pane-header-override v-pane-content > div {
  border: 0 !important;
}
.profile__details-top-title,
.class__applications__top-title {
  color: #646e88;
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  padding: 11px 0;
}
.profile__details-top-title.bold,
.class__applications__top-title.bold {
  color: #323c47 !important;
  font-size: 16px !important;
  line-height: 22px !important;
}
.district__profile-details-section-description {
  padding-left: 30px;
  padding-top: 20px;
  color: #879bce;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}
.profile__details-sub-content {
  color: #879bce;
}
.district__profile-details-section-content {
  padding: 16px 20px;
}
.district__edit-icon {
  width: 12px;
  height: 12px;
}
.district__profile-details-section-sub {
  color: #323c47;
  font-size: 13px;
  line-height: 18px;
  padding-top: 11px;
}
.profile-tab {
  width: 25%;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
.profile-tab:not(:first-child) {
  border-left: 1px solid #dee3ee;
}
.profile-tab > a {
  display: inline-flex !important;
  color: #323c47 !important;
}
.profile-active {
  background: var(--button-background) !important;
}
.profile-active > a,
.profile-active > a:hover {
  color: #ffffff !important;
}
.profile-tab > a:hover {
  border-bottom: 0 !important;
  color: #323c47 !important;
}
.profile-tab .district__profile-unlock:hover,
.profile-tab .district__profile-lock,
.profile-tab .district__profile-lock-red {
  background-color: transparent !important;
}
.district__profile-details-section-sub > span > i {
  color: #879bce;
}
.district__profile-overview-category {
  box-shadow: 0 2px 4px 0 rgba(38, 54, 67, 0.1);
  background-color: #ffffff;
  overflow: hidden;
}
.district__profile-overview-category .profile_chip {
  margin: 0;
}
.district__profile-overview-category-content {
  padding: 16px 20px;
  position: relative;
}
.district__profile-overview-category-content .form__input,
.district__profile-overview-category-content md-select,
.district__profile-overview-category-content md-chips-wrap {
  height: auto;
}
.district__profile-overview-category-content textarea {
  height: 65px !important;
}
.district__profile-overview-category-content .profile-overview__cat-icon {
  line-height: 1.5 !important;
  color: black;
  margin-right: 10px !important;
}
.district__profile-overview-category-content mg-district-profile-lock.ng-empty {
  text-align: center !important;
  margin-right: 10px !important;
  margin-top: -5px !important;
  padding: 5px !important;
}
.district__profile-overview-category-title {
  color: #323c47;
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
  padding-bottom: 0;
}
.district__checkbox-blue {
  color: #646e88;
  font-size: 12px;
}
.district__checkbox-blue .package__label-span {
  background: none;
}
.district__checkbox-blue .details-links a {
  color: var(--brand-base);
}
.district__checkbox .details-links a {
  color: var(--brand-base);
}
.clients__notification-container div {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.district-tags .badge-info {
  background-color: transparent;
  color: #7487c3;
}
.dash__card-table-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
  text-align: center;
  width: 100%;
}
/* DIV TABLE */
.divTable {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.divTableRow {
  display: table-row;
  border-top: 1px solid rgba(222, 227, 238, 0.6);
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  transition: box-shadow 0.2s ease-in-out;
}
.divTableRow:hover {
  border: 1px solid #1EC5B8;
  box-shadow: 0px 0px 12px 5px rgba(78, 76, 122, 0.18);
  -moz-box-shadow: 0px 0px 12px 5px rgba(78, 76, 122, 0.18);
  -webkit-box-shadow: 0px 0px 12px 5px rgba(78, 76, 122, 0.18);
  background-color: transparent !important;
}
.divTableWrapper {
  overflow-y: auto;
  display: flex;
  height: 200px;
  overflow-x: hidden;
  padding: 1px;
}
.divTableRow:last-child {
  border-bottom: 1px solid rgba(222, 227, 238, 0.6);
}
.divTableCell,
.divTableHead {
  display: table-cell;
  padding: 3px 5px;
  vertical-align: middle;
}
.divTableHeading {
  display: table-row;
}
.divTableFoot {
  background-color: #eee;
  display: table-footer-group;
  font-weight: bold;
}
.divTableBody {
  display: table-row-group;
}
.district__content-wrapper {
  border-radius: 4px;
}
.dash-redesign .new-profile-container {
  padding: 0 60px 10px !important;
}
.dash-redesign .new-profile__create-button-container {
  padding: 2em 0 1em;
}
.dash-redesign .table > thead > tr > th {
  text-transform: capitalize !important;
}
.dash-redesign .additional-info {
  color: #979fb3;
  font-size: 12px;
}
.dash-redesign .district__nav li a {
  padding: 0;
  margin: 20px;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Nunito', sans-serif;
  color: #323c47;
}
.dash-redesign .district__nav li a:hover {
  color: #323c47;
}
.dash-redesign .district__nav li li.active a {
  border-bottom: 1px solid #1ec7b1;
  color: #323c47;
}
.dash-redesign .filter__calendar-wrapper .uib-button-bar .btn-info,
.dash-redesign .filter__calendar-wrapper .uib-button-bar .btn-success,
.dash-redesign .filter__calendar-wrapper .uib-button-bar .btn-danger {
  margin-left: 10px !important;
  font-weight: 100;
  color: black;
  background-color: transparent;
  border-color: transparent;
}
.dash-redesign .filter__calendar-wrapper .btn-info.active span {
  margin: 0;
}
.dash-redesign .filter__calendar-bs .btn-default {
  color: #545454;
  background-color: #fff;
  border-color: #fff;
  height: 30px;
}
.dash-redesign .filter__calendar-bs .btn {
  font-weight: 300;
  border-radius: 2px;
  transition: all 0.15s ease-out;
  padding: 0;
}
.dash-redesign .filter__calendar-bs th {
  font-weight: 300;
}
.dash-redesign .filter__calendar-bs td {
  height: 30px;
  width: 30px;
}
.dash-redesign .filter__calendar-bs .btn-default span {
  font-size: 12px;
}
.dash-redesign .filter__calendar-bs .btn-default:active {
  background-color: #9f9f9f;
  border-radius: 50%;
  color: #fff;
}
.dash-redesign .filter__calendar-bs .btn-today {
  color: #1ab9d4;
}
.dash-redesign .filter__calendar-bs .btn-primary {
  background: linear-gradient(139.04deg, #1ab9d4 0%, #24da86 100%);
  color: #fff;
  border-radius: 50%;
}
.dash-redesign .filter__calendar-bs .datepicker {
  max-width: 280px !important;
  padding: 5px 30px;
}
.dash-redesign .filter__calendar-bs .btn-group-justified > .btn-group {
  width: 100%;
}
.dash-redesign .filter__calendar-bs strong {
  font-weight: 100;
}
.dash-redesign .filter__calendar-bs thead > tr:first-child {
  border-bottom: 1px solid #7dafd533;
}
.dash-redesign .filter__calendar-bs tfoot > tr:first-child {
  border-top: 1px solid #7dafd533;
}
.dash-redesign .filter__calendar-bs thead > tr:first-child > th:first-child > button,
.dash-redesign .filter__calendar-bs thead > tr:first-child > th:last-child > button {
  color: #dee3ee;
}
.dash-redesign .filter__calendar-bs .btn-block {
  width: 100% !important;
}
.dash-redesign .filter__calendar-bs .filter__calendar-wrapper i {
  left: -10px;
}
.dash-redesign .filter__timepicker-bs tbody .btn-default {
  color: #646e88;
  background-color: #fff;
  border-color: #e9e9e9;
}
.dash-redesign .filter__timepicker-bs tbody > tr:nth-child(1) {
  text-align: center;
}
.dash-redesign .filter__timepicker-bs .btn-default {
  color: #646e88;
  background-color: #fff;
  border-color: #fff;
}
.dash-redesign .filter__timepicker-bs td .btn-default {
  padding: 12px 20px;
}
.dash-redesign .filter__timepicker-bs td {
  padding: 3px 15px;
}
.dash-redesign .filter__timepicker-bs th {
  padding: 2px 23px;
}
.district__week-configuration .timepicker table {
  margin: 10px;
}
.district__week-configuration .timepicker table td,
.district__week-configuration .timepicker table th {
  padding-left: 10px;
}
.district__week-configuration .timepicker .btn-default {
  background: transparent;
  border-color: transparent;
  color: #646e88;
}
.district__week-configuration .timepicker .btn-primary {
  color: #646e88;
  background-color: transparent;
  border-color: #e9e9e9;
}
.district__week-configuration .timepicker span {
  border: 0 !important;
}
.district__week-configuration .timepicker .pull-left {
  width: 100%;
}
md-dialog {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.18);
  border-radius: 4px;
}
md-dialog .md-dialog-content .md-title {
  font-weight: 300;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #515a75;
}
md-dialog .form__input-container {
  padding-top: 1em;
}
md-dialog .form__input-container p {
  margin: 0;
}
md-dialog .form__input-container .form__input-label {
  color: #515a74;
  font-size: 12px;
  line-height: 16px;
  margin-top: 15.5px;
  margin-bottom: 4.5px;
}
md-dialog .form__input-container .form__input-label-new {
  color: #515a74;
  font-size: 12px;
  line-height: 16px;
  margin-top: 15.5px;
  margin-bottom: 4.5px;
}
md-dialog .form__input-container .switch.switch-sm {
  font-weight: 300;
  font-size: 12px;
}
md-dialog .form__input-container .additional-info {
  font-weight: 300;
  font-size: 12px;
}
md-dialog .form__input-container .form__input {
  border-radius: 0;
  border: 1px solid #dee3ee;
  box-sizing: border-box;
}
md-dialog .form__input-container ::placeholder {
  color: #aeb5cb !important;
}
md-dialog .form__input-container .md-select-placeholder {
  color: #aeb5cb !important;
  line-height: 18px;
  font-weight: 300;
}
md-dialog .form__input-container p {
  margin: 0;
}
md-dialog .form__input-container .device-tag__tag-input md-chips .md-chips {
  border-radius: 0;
  border: 1px solid #dee3ee;
}
md-dialog .form__input-container .md-whiteframe-z1 {
  border: 1px solid #dee3ee;
  border-radius: 0;
}
md-dialog .form__input-container .form__input {
  border: 2px solid rgba(222, 227, 238, 0.53);
  height: 37px;
  border-radius: 2px;
}
md-dialog .form__input-container .form__input[disabled] {
  color: gray;
}
md-dialog .form__input-container .css-input {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
md-dialog .new-profile-container__input-container .form__input {
  border-radius: 0;
  border: 1px solid #dee3ee;
  box-sizing: border-box;
}
md-dialog .new-profile-container__input-container ::placeholder {
  color: #aeb5cb !important;
}
md-dialog .new-profile-container__input-container .md-select-placeholder {
  color: #aeb5cb !important;
  line-height: 18px;
  font-weight: 300;
}
md-dialog .new-profile-container__input-container p {
  margin: 0;
}
md-dialog .new-profile-container__input-container .device-tag__tag-input md-chips .md-chips {
  border-radius: 0;
  border: 1px solid #dee3ee;
}
md-dialog .new-profile-container__input-container .md-whiteframe-z1 {
  border: 1px solid #dee3ee;
  border-radius: 0;
}
md-dialog .new-profile-container__input-container .form__input {
  border: 2px solid rgba(222, 227, 238, 0.53);
  height: 37px;
  border-radius: 2px;
}
md-dialog .new-profile-container__input-container .form__input[disabled] {
  color: gray;
}
md-dialog .new-profile-container__input-container .css-input {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
md-dialog .new-profile-container__input-container.new-profile-container-width {
  max-width: 50%;
}
md-dialog .allow_urls_btn {
  cursor: pointer;
  position: absolute;
  right: 0;
  padding: 7px 12px;
  background: transparent;
  border-color: transparent;
  margin-right: 20px;
}
md-dialog .allowed-urls-list {
  padding-left: 0px;
  padding-top: 15px;
  list-style: none;
}
md-dialog .allowed-urls-list li {
  color: #646e88;
  font-size: 14px;
}
md-dialog .allowed-urls-list li span {
  margin-right: 12px;
  font-size: 17px;
  float: right;
  border-radius: 3px;
  margin-top: -8px;
}
md-dialog .allowed-urls-list li span i {
  font-size: 15px;
  color: #879bce;
}
md-dialog .allowed-urls-list li span i:hover {
  color: #e4617b;
}
md-dialog .allowed-urls-list li span:hover {
  background-color: rgba(230, 95, 122, 0.15);
}
md-dialog .mg-button-primary {
  background: var(--button-background) !important;
  border: 1px solid var(--button-background) !important;
  color: var(--button-text) !important;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
md-dialog .mg-button-info {
  background-color: transparent;
}
md-dialog .mg-button-info:hover {
  background: var(--button-background) !important;
  color: var(--button-text) !important;
}
.district__seed-button {
  padding: 5px 10px;
  margin-right: 5px;
  border: none;
}
.district__seed-button:disabled {
  opacity: 0.5;
}
.district__dash-row-remove {
  font-size: 12px;
  font-weight: 200;
  line-height: 16px;
  text-align: right;
  color: #849ddb;
  margin-bottom: -20px;
  margin-top: 10px;
  z-index: 1000;
}
@media (min-width: 600px) {
  .dash__card.flex-33 {
    max-width: calc(33% - 20px);
  }
}
.filter__search-actions-container .filter__button-container .filter__action-green-button {
  background-color: var(--button-background);
  color: var(--brand-base);
}
.dash__remove-row {
  background-color: #ffffff;
  width: 383px;
  padding: 20px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.18);
}
.profile__chips-container {
  margin-right: 10px;
}
.profile__chips-container .profile_chip {
  margin: 0;
}
.profile__chips-container .profile_chip md-icon[md-font-icon] {
  font-size: 1.86em;
  line-height: 0.5 !important;
}
.profile__chips-container md-icon[md-font-icon] {
  font-size: 1.5em;
  line-height: 0.7 !important;
}
.dash__fixed-margin {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .filter__fixed-margin {
    margin-top: 110px !important;
  }
  .dash__fixed-margin {
    margin-top: 60px;
  }
}
.dash__disabled-hidden[disabled] {
  display: none;
}
.md-menu-item > .md-button {
  font-weight: 300 !important;
}
td .district__tag-view {
  display: inline-block;
  max-height: 26px;
}
.district__tag-view {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 20ch;
  background-color: #a0bdde;
  color: white;
  border-radius: 100px;
  padding: 3px 15px;
  margin: 2px;
  font-size: 12px;
}
.dash__disabled-hidden[disabled] {
  display: none;
}
.student-details {
  padding: 0 !important;
}
.student-details .nav-tabs.nav-tabs-alt {
  background-color: transparent;
  border-bottom: 2px solid white;
  height: 60px;
}
.student-details .nav-tabs > li {
  height: 100% !important;
}
.student-details .nav-tabs > li > a {
  height: 100%;
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
}
.student-details .nav-tabs.nav-tabs-alt > li.active > a,
.student-details .nav-tabs.nav-tabs-alt > li > a:hover {
  box-shadow: 0 4px var(--brand-base);
}
.students-page .badge-info {
  min-width: 40px;
  background: #a0bdde;
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}
.students-page .nice-copy {
  display: flex;
}
.students-page .student-name-text span {
  color: #323c47;
  font-size: 28px;
  font-weight: 300;
  line-height: 37px;
}
.students-page .student-info-text a {
  color: #879bce;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}
.student-details-ui-view .student-info__title {
  margin-left: 28px;
  margin-top: 26px;
  color: #323c47;
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  display: block;
  line-height: 24px;
  font-weight: normal;
}
.student-details-ui-view .student-device-location {
  padding: 0 !important;
}
.student-details-ui-view .student-device-location .angular-google-map-container {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.student-details-ui-view .btn-group-justified {
  align-self: right;
  display: block;
  text-align: right;
}
.student-details-ui-view .list__item {
  padding-left: 30px !important;
  padding-right: 58px !important;
}
.app-button {
  border-width: 1px;
  width: auto;
  min-width: 16px;
  min-height: 16px;
  border-radius: 18px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Nunito', sans-serif !important;
}
.mg-button-primary {
  background: var(--button-background) !important;
  color: var(--button-text) !important;
  border: 1px solid var(--button-background) !important;
}
.mg-button-action {
  background-color: transparent;
  color: var(--button-background) !important;
  border-width: 1px !important;
  border-color: var(--button-text) !important;
}
.filter__calendar-wrapper .uib-monthpicker {
  width: 100%;
}
.filter__calendar-wrapper .uib-yearpicker {
  width: 100%;
}
.district__settings-info-container {
  background: #ffffff;
  margin: 16px;
  overflow: hidden;
  margin-top: 20px;
}
.district__settings-info-container .district__setttings-info {
  padding: 20px;
}
.district__profile-lock-popup-margin {
  margin-left: 350px !important;
  margin-right: 350px;
}
.district__schedule-lock-popup-margin {
  margin-left: 264px !important;
  margin-right: 350px;
  left: -220px !important;
}
.district__zone-lock-popup-margin {
  margin-left: 264px !important;
  margin-right: 350px;
  left: -280px !important;
}
.district__tag-lock-popup-margin {
  margin-left: 264px !important;
  margin-right: 350px;
  left: -280px !important;
}
.table__header_selected-search {
  display: table-cell;
  vertical-align: middle;
  color: #262D37;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  line-height: 18px;
  padding-right: 20px;
  text-align: right;
}
.school__avatar {
  object-fit: cover;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.dropdown-toggle img {
  object-fit: cover;
}
.district__settings-info-container {
  background: #ffffff;
  margin: 16px;
  overflow: hidden;
  margin-top: 20px;
}
.district__settings-info-container .district__setttings-info {
  padding: 20px;
}
md-backdrop.md-opaque {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1031;
}
.md-chips .md-chip-input-container md-autocomplete md-autocomplete-wrap {
  border: none !important;
}
.dash__manage-close-button {
  position: sticky !important;
  display: block;
  top: 25px;
  right: 15px;
}
.district__lock-in-modal {
  width: 0;
  height: 0;
  background: none;
  box-shadow: none;
  margin: 0 !important;
  padding: 0 !important;
}
.district__lock-in-modal .district__profile-lock-popup-inner {
  width: 400px;
  background-color: white;
  padding: 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.28);
}
.filter__green-force {
  color: var(--button-text) !important;
  background: var(--button-background) !important;
}
.district__new-device-tab-body {
  padding-top: 20px;
}
.mg-button-action:hover {
  color: var(--button-text) !important;
  background: var(--button-background);
}
.app-button[disabled],
.app-button[disabled]:hover {
  color: #999999 !important;
  background: #ececec !important;
  cursor: not-allowed;
  border: 1px solid #e5e5e5 !important;
}
md-slider .md-thumb {
  top: 12px !important;
}
md-slider .md-track-container {
  width: 100%;
  position: absolute;
  top: 20px;
  height: 4px;
}
md-slider.md-default-theme .md-track,
md-slider .md-track {
  background-color: #dbe0ed;
}
md-slider .md-track.md-track-fill {
  background: var(--brand-base) !important;
}
md-slider .md-thumb::after {
  background: var(--brand-base) !important;
  border: 0 !important;
}
md-checkbox.md-checked .md-icon:after {
  left: 2.66667px;
  top: 0.38222px;
  display: table;
  width: 5px;
  height: 8px;
}
md-checkbox.md-default-theme:not(.md-checked) .md-icon,
md-checkbox:not(.md-checked) .md-icon {
  border-color: rgba(0, 0, 0, 0.54);
  border: 1px solid #bcc3d5;
  width: 15px;
  height: 15px;
}
md-checkbox .md-icon {
  width: 15px;
  height: 15px;
}
.dash-redesign .layout-table-content tr.deviceSelected:hover {
  border: 1px solid #1EC5B8 !important;
}
.list__item.deviceSelected {
  border: 1px solid #1EC5B8 !important;
}
.list__item.deviceSelected:after {
  content: '';
  position: relative;
  width: 10px;
  top: 20px;
  float: right;
  right: -6px;
  height: 10px;
  border-top: 1px solid #1EC5B8;
  border-right: 1px solid #1EC5B8;
  background: white;
  transform: rotate(45deg);
}
.list__item {
  border-top: 1px solid rgba(222, 227, 238, 0.6);
  border-left: 1px solid rgba(222, 227, 238, 0.6);
  border-right: 1px solid rgba(222, 227, 238, 0.6);
}
.list__item:after {
  content: '';
  position: relative;
}
.list__item-school-list {
  border-bottom: 1px solid rgba(222, 227, 238, 0.6) !important;
}
.dash-redesign .form__input {
  border-radius: 4px;
  border: 2px solid #dee3ee8c;
}
.gpreferences-content__input {
  border-radius: 4px !important;
  border: 2px solid #dee3ee8c !important;
}
.dash-redesign md-chips-wrap {
  border-radius: 4px;
  border: 1px solid #dee3ee !important;
}
.dash-redesign .new-profile__input {
  border-radius: 4px !important;
  border: 2px solid #dee3ee8c !important;
}
.css-checkbox-primary input:checked + span {
  background-color: #1EC5B8;
  border-color: #1EC5B8;
  border-radius: 1px;
}
.css-checkbox input + span {
  width: 14px;
  height: 14px;
}
.css-checkbox input + span:after {
  font-family: 'FontAwesome';
  font-size: 8px;
  line-height: 12px;
}
.css-checkbox,
.css-input {
  margin: 0;
}
.district__week-configuration .week-button,
.district__week-configuration span {
  border: 1px solid #cad2e5;
  height: 32px !important;
  width: 32px !important;
  text-align: center;
  padding: 5px;
  display: table-cell;
}
.mg-dialog {
  min-width: 400px;
  min-height: 170px;
}
.mg-dialog .md-dialog-content-body {
  text-align: center;
}
.mg-dialog .md-dialog-content-body p {
  margin: 0 !important;
  font-weight: 300 !important;
  font-size: 14px;
  font-family: 'Nunito', sans-serif;
}
.block-content .device__info-content-text {
  color: #879bce !important;
}
.block-content .device__info-content-title {
  color: #323c47 !important;
  font-family: 'Nunito', sans-serif;
  font-size: 14px !important;
  font-weight: 100 !important;
}
.dash-redesign md-chips-wrap {
  border: 2px solid #dee3ee8c !important;
}
.district__new-school-input-container .md-whiteframe-z1 {
  border: 2px solid #dee3ee8c !important;
  border-radius: 4px;
  height: auto;
  border-right: 0 !important;
}
.partner__new_school-input-container .md-whiteframe-z1 {
  border: 2px solid #dee3ee8c !important;
  border-radius: 4px;
  height: auto;
  border-right: 2px solid #dee3ee8c !important;
}
.licenses__pagination .pagination-displaying-text {
  text-align: center;
}
.profile__geofence-info {
  color: #323c47;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  background-color: #f2f5f8 !important;
  font-size: 14px;
  line-height: 19px;
}
.profile__details-edit-icon-container {
  margin-top: -5px;
}
.sidebar-mini #sidebar:hover .sidebar-content .side-header .text-white {
  padding-left: 80px;
}
.sidebar-mini #sidebar:hover .sidebar__user-profile {
  margin-left: 0;
}
.cursor-pointer {
  cursor: pointer;
}
.school-menu .popover {
  border-color: transparent !important;
  box-shadow: none !important;
}
.active__directory-containter {
  padding: 16px;
}
.filter__tag-input .md-chips md-chip .md-chip-remove md-icon {
  color: white !important;
}
.district__new-school-input-container .device-tag__tag-input md-chips .md-chips {
  padding: 0px;
}
.dash-redesign .filter__tag-input .md-chips md-chip .md-chip-remove md-icon {
  color: #ffffff !important;
}
.district__new-school-input-container .device-tag__tag-input md-chips .md-chips {
  padding-right: 10px;
}
.district__aligned-checkbox label span {
  margin-top: 4px;
  margin-right: 10px;
}
@media (max-width: 1500px) {
  .device__chip {
    padding: 4px 8px !important;
    font-size: 13px;
  }
}
.device__chip {
  border: none;
}
.district__tags {
  background: transparent;
  color: #646464;
}
.district__location-selection .md-select-placeholder span:first-child::before {
  font: normal normal normal 14px/1 FontAwesome;
  content: '\f041';
  padding-right: 4px;
}
.md-autocomplete-suggestions-container .md-autocomplete-suggestions li {
  height: auto;
}
.tag__category-header {
  cursor: initial;
  color: grey;
  padding: 0 15px;
}
.tag__category-header:hover {
  background-color: transparent;
}
.tag__category-header-li {
  background: none !important;
  padding: 0 !important;
}
.tag__category-header-li .tag__category-item {
  padding: 0 15px;
  min-width: 100%;
  line-height: 48px;
  height: 48px;
}
.tag__category-header-li .tag__category-item:hover {
  background: #eeeeee;
}
.tag__category-header-li:hover {
  background: none;
}
.tag__category-header-li.selected .tag__category-item {
  background: #eeeeee;
}
.table-filter-font .tooltip {
  max-width: none !important;
}
.table-filter-font .tooltip-inner {
  max-width: none !important;
}
.table-filter-font .text-center {
  font-size: 14px;
}
.new-profile-container .applications-settings-group {
  margin: 0px !important;
}
.sidebar-mini .filter__search-container {
  padding-right: 60px;
}
md-checkbox.md-indeterminate .md-icon:after {
  content: none !important;
}
.dash-redesign .text-white {
  transition: padding 0.5s ease;
}
.media-content-availability .filter__calendar-wrapper i {
  top: 3px;
  margin-right: -3px;
}
.media-upload-title {
  white-space: nowrap;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 40ch;
}
*::-webkit-scrollbar {
  height: 4px;
  width: 8px;
  transition: 0.3s background;
}
*::-webkit-scrollbar-thumb {
  background-color: #cad2e5;
  border-radius: 5px;
}
.dash-redesign .layout-table-content td {
  vertical-align: middle;
}
mg-device-icons i {
  margin-right: 10px;
}
@media (max-width: 599px) {
  mg-device-icons {
    margin-top: 10px;
  }
}
@media (max-width: 1279px) and (min-width: 960px) {
  mg-device-icons {
    margin-top: 10px;
  }
}
.nav-main-footer {
  height: auto;
  padding: 0px 30px 26px 20px;
  border-top: 1px solid #646e88;
  vertical-align: middle;
  text-align: center;
}
.nav-main-footer img {
  cursor: pointer;
}
.nav-main-footer span {
  color: #A0AFD6 !important;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1px;
  line-height: 19px;
  text-align: center;
  word-wrap: break-word;
  cursor: pointer;
}
.nav-main-footer .footer_username {
  color: #A0AFD6 !important;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
}
.nav-main-footer .sidebar-mini-hidden {
  color: var(--brand-base) !important;
}
.side-content {
  height: 423px;
}
.side-header.side-content {
  height: 122px !important;
}
.side-content::-webkit-scrollbar,
#sidebar::-webkit-scrollbar {
  display: none !important;
}
.side-content::-webkit-scrollbar-thumb,
#sidebar::-webkit-scrollbar-thumb {
  display: none !important;
}
.nav-image-picker {
  height: 19px;
  width: 19px;
  background: var(--sidebar-background);
  display: inline-block;
  border-radius: 50%;
  position: relative;
  left: -10px;
  top: -5px;
  margin-top: 25px;
  cursor: pointer;
}
.nav-image-picker i {
  color: var(--brand-base);
  font-size: 0.9em;
}
.nav-header .nav-header_name {
  border: 1px solid #dee3ee;
  border-radius: 3px 2px 2px 3px;
  padding: 0 10px;
}
.nav-header .nav-header_name .nav-header_icon .topbar__current-role {
  border-left: 1px solid #dee3ee;
  padding: 0 50px;
}
.nav-header .profile-details-dropdown__school {
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #eaeaea;
  margin-top: 0 !important;
}
.nav-header li.profile-details-dropdown__school.items-center:hover {
  border: 1px solid var(--brand-base) !important;
}
.text-overflow_topbar {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 40ch;
  white-space: nowrap;
}
.admin_icon {
  background-image: url('img/district/admin-ico_fixed.svg');
  background-repeat: no-repeat;
  color: #fff;
}
.admin_btn:hover {
  background-color: #c2efff;
  color: #1EC5B8;
}
.teacher_icon {
  background-image: url('img/district/teacher-ico_fixed.svg');
  background-repeat: no-repeat;
}
.teacher_btn:hover {
  background-color: #c2efff;
  color: #00baff;
}
.parent_icon {
  background-image: url('img/district/parent-ico_fixed.svg');
  background-repeat: no-repeat;
}
.parent_btn:hover {
  background-color: #c2efff;
  color: #7b7bd5;
}
.dropdown-menu-list {
  display: flex;
}
.dropdown-menu-list-icons {
  width: 20px;
  height: 20px;
}
.header-class-name {
  padding-left: 10px;
}
.school-menu-roles__list-items .dropdown-menu-list-icons {
  margin: 5px auto;
}
.school-menu-roles__popover {
  min-width: 130px !important;
  width: 130px;
  margin: 0;
  padding: 0;
  right: 85px;
  top: 18px;
}
.school-menu__popover {
  min-width: 400px !important;
  margin: 0;
  padding: 0;
  top: 18px;
  right: 215px;
}
.school-menu__current {
  color: var(--brand-base);
}
.school-menu__list-items {
  display: flex;
  padding: 6px 25px;
  font-size: 13px;
  font-family: sans-serif;
}
.sidebar__user-profile {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.sidebar__user-profile-super {
  padding: 0px 30px 10px 20px;
  background: var(--sidebar-background);
}
.sidebar__super-notification {
  color: var(--brand-base) !important;
  margin-bottom: 12px;
  max-width: 200px;
}
.sidebar__super-notification .user-name {
  color: var(--brand-base);
}
.sidebar__super-notification-description {
  display: inline;
}
.sidebar-mini .sidebar__user-profile {
  margin-left: 100px;
}
.sidebar-mini .sidebar__user-profile-super {
  padding: 0px 30px 10px 20px;
  background: var(--sidebar-background);
}
.sidebar-mini .sidebar__super-notification {
  margin-left: -5px;
}
.text-overflow-20 {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 20ch;
  white-space: nowrap;
}
.client-pagination .licenses__pagination {
  margin: 0;
  padding: 0;
}
input {
  height: 37px;
}
.nav-header-super {
  width: 150px;
  height: 50px;
}
.nav-header-super .popover {
  width: 100% !important;
  height: 100% !important;
  display: block;
  box-shadow: none;
  border: 0;
  position: relative;
}
.nav-header-super .dropdown-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nav-header-super .profile-details-dropdown {
  position: relative;
  top: 0 !important;
  right: 0 !important;
  overflow: hidden;
  max-height: 100%;
}
.nav-header-super .profile-details-dropdown__school {
  border-bottom: 0;
}
.nav-header-super .profile-details-dropdown__school.items-center:hover {
  border: 0 !important;
}
.filter__custom-datepicker-container {
  position: fixed !important;
  top: unset !important;
  bottom: 0 !important;
  right: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.privacy__layout md-checkbox.md-indeterminate .md-icon:after {
  content: '' !important;
  width: 8px;
  color: #bcc3d5;
  margin-left: -0.04px;
}
.school-add-button:not([disabled]) {
  background: var(--button-background) !important;
  color: white !important;
  border: 1px solid var(--button-background) !important;
}
.school__menu-list-one {
  min-height: 80px;
}
.school__menu-list-one ul {
  min-height: 80px;
}
.district__actions-column {
  text-align: center !important;
  padding-right: 10px !important;
  max-width: 70px;
  width: 70px;
}
.table-tooltip-holder .tooltip-inner {
  margin-left: 200px;
}
.gpreferences-form-container .gpreferences-content__input-container a {
  color: var(--brand-base);
}
.new-profile-container__input-container .new-profile-container__input-link {
  color: var(--brand-base);
}
.block-content.block-content-full a {
  color: var(--brand-base);
}
.add-school-device a {
  color: var(--brand-base);
}
.dash-redesign .link-code {
  color: var(--brand-base);
}
.user-profile-contact-info {
  color: var(--brand-base) !important;
}
.user-profile-contact-info:hover {
  color: var(--brand-base) !important;
}
.payload-settings-add {
  color: var(--brand-base) !important;
  white-space: nowrap;
}
.payload-settings-add:hover {
  color: var(--brand-base) !important;
}
.download-sample-templ-csv:hover {
  color: var(--brand-base) !important;
}
.webclip-wallpaper-add {
  color: var(--brand-base) !important;
}
.webclip-wallpaper-add:hover {
  color: var(--brand-base) !important;
}
.settings-contact-company-info-text-container #contact-info-website {
  color: var(--brand-base) !important;
}
.delete-row-modal-text {
  color: var(--brand-base) !important;
}
.nice-copy-edit-tags {
  color: var(--brand-base) !important;
}
.profileDetails-overview {
  color: var(--brand-base) !important;
}
.package__label-pro::before {
  content: 'ELITE';
}
.package__label-undefined {
  display: none !important;
}
.package__label-webfilter::before {
  content: 'WEBFILTER';
}
.package__label-light::before {
  content: 'PRO';
}
.package__label-teacher::before {
  content: 'TEACHER';
}
.package__label-span {
  background-color: #42456A;
  border-radius: 8px;
  display: inline;
  padding: 1px 9px;
  text-align: center;
  margin: 0 2px;
  color: #AD88FF !important;
  font-size: 10px;
}
.package__indicator-label {
  margin-left: 5px;
}
.package__hidden {
  display: none !important;
}
.package__card {
  min-height: 332px;
  margin-left: 25px;
  margin-top: 10px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(26, 63, 75, 0.06);
  border-radius: 5px;
  overflow: hidden;
  font-size: 13px;
  line-height: 19px;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
.school_packages-page {
  margin: 20px;
}
.package__card-inner {
  min-height: calc(329px);
  padding: 20px;
  text-align: center;
  width: 100%;
}
.package__card-inner .app-button {
  margin-top: 20%;
  width: 60%;
}
.package__card-features {
  padding: 0 20px;
}
.package__horizontal-line {
  box-shadow: 0 2px 6px 0 rgba(38, 54, 67, 0.05);
  height: 3px;
  width: 100%;
  z-index: 100;
}
.package__green-line {
  box-shadow: 0 2px 6px 0 rgba(38, 54, 67, 0.05);
  height: 3px;
  width: 100%;
  z-index: 100;
  background: #1EC5B8;
  background: linear-gradient(338.6deg, #1AB9D4 0%, #36F8BC 100%);
}
.package__red-line {
  box-shadow: 0 2px 6px 0 rgba(38, 54, 67, 0.05);
  height: 3px;
  width: 100%;
  z-index: 100;
  background: linear-gradient(135deg, #ff0066 0%, #c50051 100%);
}
.package__wrong-page {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}
.package__select-title {
  color: #323C47;
  font-size: 34px;
  font-weight: 300;
  font-family: 'Nunito', sans-serif;
  line-height: 46px;
  margin-top: 50px;
  text-align: center;
}
.package__select-period-toggle {
  margin-top: 30px;
  margin-bottom: 20px;
}
.package__select-period-toggle .mg-button-primary {
  padding: 9px 37px !important;
}
.package__select-period-toggle .mg-button-action {
  padding: 8px 37px !important;
}
.package__card-ico img {
  width: 100px;
  height: 100px;
}
.package__card-title {
  font-size: 18px;
  color: #323C47;
  margin-top: 20px;
  margin-bottom: 17px;
}
.package__card-description {
  color: #879BCE;
  font-size: 16px;
  min-height: 40px;
}
.optional-extra {
  color: #AD88FF;
}
.package__calculated-sum th {
  padding: 5px !important;
  border: 1px solid #DEE3EE;
}
.package__calculated-sum td {
  border: 1px solid #DEE3EE;
  text-align: left;
  color: #323C47;
  padding: 5px !important;
}
.package__calculated-sum md-checkbox {
  margin-bottom: 0;
}
.package__calculated-sum-wrapper {
  width: 100%;
  padding: 50px 50px 0;
}
@media (max-width: 600px) {
  .package__calculated-sum-wrapper {
    padding: 10px;
  }
}
.plan__card {
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(38, 54, 67, 0.1);
  margin-top: 32px;
  margin-left: 24px;
  min-height: 218px;
}
.plan__card .district__new-school-input-label {
  color: #323C47;
}
.plan__card-title {
  color: #323C47;
  font-size: 14px;
  line-height: 19px;
}
.plan__card-inner {
  padding: 20px;
}
.mg__package-label:disabled {
  cursor: not-allowed;
}
.plan__total {
  font-size: 18px;
  color: #323C47;
  line-height: 24px;
  margin-top: 16px;
}
.plan__title-label {
  font-size: 13px;
  color: #323C47;
  font-weight: 300;
  line-height: 18px;
}
.plan__title-name {
  font-size: 18px;
  color: #323C47;
  font-weight: 300;
  line-height: 24px;
}
.package__corner-ribbon-wrapper {
  height: 0;
  width: 100%;
}
.package__corner-ribbon {
  font-size: 16px;
  text-align: center;
  transform: rotate(45deg) translate(29%, -250%);
  position: relative;
  top: 10px;
  height: 30px;
  background: #8c89d0;
  color: white;
  width: 100%;
}
.package__corner-ribbon p {
  margin: 0;
  padding: 0;
}
.package__feature-indicator {
  background-color: #1EC5B8;
  height: 18px;
  width: 18px;
  border-radius: 100%;
  text-align: center;
  color: white;
  font-weight: 200;
  margin-right: 3px;
  margin-left: -20px;
}
.package__price-title {
  font-size: 14px;
}
.package__price-value {
  font-size: 18px;
}
.package__os-icon {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.package__os-selector {
  padding: 20px 25px;
  overflow-y: auto;
  margin: 20px;
  width: calc(100% - 20px);
  border: 1px solid #ECEFF8;
  padding: 20px 0;
  border-left: none;
  border-right: none;
}
.package__os-selector .md-container {
  margin-top: 2px;
}
.package__os-selector .md-label {
  margin-left: 20px;
}
.package__os-selector md-checkbox {
  width: 100%;
}
.package__os-selector .package__os-selector-item {
  margin-left: 10px;
  margin-top: 10px;
  max-width: calc(50% - 10px);
}
.package__os-selector-name {
  white-space: pre;
}
.package__adons {
  margin: 20px;
}
.package__confirm-box-page {
  display: flex;
  justify-content: center;
  align-items: center;
}
.package__confirm-box-page .buttons-holder {
  margin: 20px;
}
.package__confirm-box-page .buttons-holder button {
  height: 36px;
  width: 180px;
}
@media (max-width: 600px) {
  .package__confirm-box-page .buttons-holder {
    margin: 10px !important;
    display: flex;
  }
  .package__confirm-box-page .buttons-holder button {
    margin-top: 10px;
    margin-left: unset !important;
  }
}
.package__confirm-box {
  background: white;
  margin-top: 10vh;
  font-size: 14px;
  min-width: 60%;
  box-shadow: 0 2px 4px 0 rgba(38, 54, 67, 0.1);
}
.package__confirm-box-title-text {
  padding: 10px;
  text-align: center;
}
.package__success-page {
  padding: 0 50px;
  max-width: 75%;
  box-shadow: 0 2px 4px 0 rgba(38, 54, 67, 0.1);
  text-align: center;
}
.package__confirm-box-title {
  font-size: 18px;
}
.package__trial {
  height: 48px;
  color: #1EC5B8;
  padding-top: 10px;
}
.package__trial-active {
  border-radius: 4px 4px 0 0;
  box-shadow: 0 1px 5px 0 rgba(71, 77, 134, 0.24);
  background: #f6f6f6;
}
.package__topbar-font {
  font-size: 14px;
  text-align: center;
  color: #1EC5B8;
  line-height: 19px;
  vertical-align: middle;
}
.package__trial-end {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 10px;
  font-size: 14px;
  text-align: center;
  color: #1EC5B8;
  line-height: 19px;
  vertical-align: middle;
}
.package__trial-select md-select-value {
  border: none !important;
  font-size: 14px;
  text-align: center;
  color: #1EC5B8;
  line-height: 19px;
  vertical-align: middle;
}
.package__trial-select md-select:focus .md-select-value {
  border-bottom: none !important;
}
.package__trial-select .md-select-icon:after {
  font-size: 15px;
}
.package__trial-select .md-text {
  font-size: 14px;
  text-align: center;
  color: #1EC5B8;
  line-height: 19px;
  vertical-align: middle;
}
.package__elite-form table {
  width: 100%;
}
.package__elite-form tr td {
  padding: 0;
}
.package__elite-form tr input {
  border: none !important;
}
.package__headline {
  color: #010505;
  font-size: 14px;
  line-height: 19px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.package__super-badge {
  background-color: #42456A;
  border-radius: 8px;
  display: inline;
  padding: 1px 9px;
  text-align: center;
  margin: 0 2px;
  color: #AD88FF !important;
  font-size: 10px;
  text-transform: uppercase;
}
.package__confirm-billing-amount {
  padding: 30px 20px;
  text-align: center;
}
mg-billing-list .list__title-white-container-skin tbody .billing__upcoming-invoice {
  border: none;
  border-width: 1px;
  border-style: solid;
  border-color: #ff0066;
  border-bottom-color: #ff0066 !important;
  -webkit-border-image: -webkit-gradient(135deg, #ff0066 0%, #c50051 100%) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(135deg, #ff0066 0%, #c50051 100%) 1 100%;
  -moz-border-image: -moz-linear-gradient(135deg, #ff0066 0%, #c50051 100%) 1 100%;
  -o-border-image: -o-linear-gradient(135deg, #ff0066 0%, #c50051 100%) 1 100%;
  border-image: linear-gradient(135deg, #ff0066 0%, #c50051 100%);
}
mg-billing-list .list__title-white-container-skin tbody .billing__upcoming-invoice:hover {
  border: 1px solid linear-gradient(135deg, #ff0066 0%, #c50051 100%) !important;
}
@media (max-width: 1500px) {
  .dash-redesign mg-package-selection button.app-button,
  .dash-redesign mg-package-selection .device__chip {
    padding: 8px 35px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .nav-header li {
    margin-right: 3px;
  }
  .content-mini {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.teacher-admin-view .form__input-container {
  padding-top: 0 !important;
}
.teacher-admin-view .block {
  margin: 30px !important;
}
.teacher-admin-view .back-button {
  margin-top: 8px;
  margin-right: 32px;
  position: fixed;
  right: 0;
  z-index: 999;
}
.teacher-admin-view .mg-button-empty-info {
  height: 50px;
  width: 114px;
  border-radius: 1px;
}
.teacher-admin-view .district__new-device-input-container .form__input {
  height: 50px !important;
  width: 500px;
  border: 1px solid #dee3ee !important;
  border-radius: 1px;
  align-items: center;
}
.teacher-admin-view .district__new-device-input-container .auto-complete__input {
  height: 50px !important;
  width: auto;
  border: 1px solid #dee3ee !important;
  border-radius: 1px;
  align-items: center;
}
.teacher-admin-view .district__new-device-input-container .auto-complete__input .mg-button-empty-info {
  width: 114px !important;
}
.teacher-admin-view .district__new-device-input-container .auto-complete__input md-autocomplete {
  width: 386px !important;
}
.teacher-admin-view .district__new-device-input-container .auto-complete__input md-autocomplete-wrap {
  border: none !important;
  height: 100%;
}
.teacher-admin-view .district__new-device-input-container .auto-complete__input input {
  height: 100%;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 19px !important;
}
.teacher-admin-view .district__new-device-input-container input {
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 19px !important;
}
.teacher-admin-view .district__new-device-input-label {
  height: 19px;
  color: #323c47;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  margin-bottom: 8px;
}
.teacher-admin-view .flex-align-right {
  justify-content: flex-end;
}
.teacher-admin-view .tab-content {
  margin: 32px;
}
.teacher-admin-view .tab-content .device-groups-primary-btn {
  height: 42px;
  width: 179px;
  border-radius: 21px;
  background: linear-gradient(333.42deg, #1ab9d4 0%, #24da86 100%);
  box-shadow: 0 2px 6px 0 rgba(145, 150, 191, 0.36);
  transition: box-shadow 0.2s ease-in-out;
}
.teacher-admin-view .tab-content .section-title {
  height: 19px;
  color: #323c47;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  margin-bottom: 14px;
}
.teacher-admin-view .tab-content .permissions-group {
  width: auto;
  margin-right: 90px;
}
.teacher-admin-view .tab-content .permissions-group .group-title {
  height: 19px;
  width: 48px;
  color: #272729;
  font-size: 14px;
  letter-spacing: -0.16px;
  line-height: 19px;
  margin-bottom: 4px;
}
.teacher-admin-view .tab-content .permissions-group .group-description {
  width: 215px;
  height: 15px !important;
  color: #7487c3 !important;
  font-size: 11px !important;
  letter-spacing: -0.12px !important;
  line-height: 15px !important;
}
.teacher-admin-view .tab-content .permissions-group md-checkbox {
  margin: 0;
  margin-top: 11px !important;
}
.teacher-admin-view .tab-content .permissions-group md-checkbox .md-label {
  width: 100%;
  height: 19px;
  color: #272729;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.16px;
  line-height: 19px;
}
.teacher-admin-view .tab-content .child-permissions {
  position: absolute;
  width: 100%;
}
.class_applications__view {
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 0 2px 4px 0 rgba(38, 54, 67, 0.1);
  transition: box-shadow 0.2s ease-in-out;
  background-color: #ffffff;
  border-radius: 4px;
}
.class_applications__view .block-header {
  border-bottom: 1px solid #eff1f7 !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.class_applications__view .block-header-no-bot-bor {
  border-bottom: 0!important;
}
.class_applications__view .applications-group {
  display: flex;
}
.class_applications__view .application-icon-square {
  height: 32px;
  width: 32px;
  background-color: #5d81dc;
}
.class_applications__view .switch-sm {
  white-space: nowrap;
}
.class_applications__view .switches-holder {
  width: 100%;
}
.class_applications__view .switches-holder .switch-sm {
  margin-right: 30px;
}
.class_applications__view .applications-switch label {
  width: 3%;
}
.class_applications__view .applications-switch label div {
  pointer-events: none !important;
}
.class_applications__view .url-test-holder,
.class_applications__view mg-url-tester {
  max-width: 100%;
  display: flex;
}
.no-shadow {
  box-shadow: none;
}
.devices_title {
  color: #272729;
  font-size: 16px;
  line-height: 22px;
}
.green-teachers-title {
  color: #1EC5B8;
  font-size: 16px;
  text-align: right;
  line-height: 22px;
}
.teachers-title {
  color: #879bce;
  font-size: 14px;
  letter-spacing: 0.32px;
  line-height: 19px;
}
.new-modal-input-label {
  color: black;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 15.5px;
  margin-bottom: 4.5px;
}
.add-content-style {
  color: black;
  font-weight: 600;
}
.name-description-link {
  color: black;
  font-weight: 600;
  margin-bottom: 10px !important;
  font-size: 14px;
}
.new-class-modal {
  max-width: 600px;
  background: #ffffff;
  margin-top: 64px;
  padding: 40px 96px 0;
  font-size: 12px;
  box-shadow: 0 2px 6px 0 rgba(38, 54, 67, 0.05);
  transition: box-shadow 0.2s ease-in-out;
  border-top: 3px solid #1EC5B8;
}
.new-class-modal .district__new-school-input-label {
  color: #515a74;
  font-size: 12px;
  line-height: 16px;
  margin-top: 15.5px;
  margin-bottom: 4.5px;
}
.new-class-modal .form__input {
  border-radius: 2px;
}
.new-class-modal .class-input-label-18 {
  font-size: 18px;
}
@media (max-width: 599px) {
  .new-class-modal {
    padding: 8px;
    margin: 0;
  }
  .new-class-modal .district__new-school-input-container {
    width: 100% !important;
  }
  .new-class-modal .days-container {
    justify-content: center !important;
  }
}
.duplicate-class-container {
  width: 100%;
  padding-bottom: 20px;
  padding-top: 10px;
}
.duplicate-class-sub-container {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
.copy-class-title {
  color: black;
  font-weight: 600;
  font-size: 14px;
}
.duplicate-class-name {
  color: black;
  font-weight: 600;
  font-size: 13px;
  padding-bottom: 3px;
}
.input-duplicate-class {
  font-size: 12px;
  color: black;
  font-weight: 500;
}
.duplicate-class-check-box {
  font-size: 12px;
  color: black;
  font-weight: 600;
}
.duplicate-class-copy-btn {
  padding: 10px 22px;
  font-weight: normal;
}
.duplicate-class-cancel-btn {
  border: 1px solid transparent !important;
  background-color: white;
}
.duplicate-class-copy-text {
  color: white;
  font-size: 13px;
}
.duplicate-class-cancel-text {
  color: grey;
  font-size: 12px;
}
.modal-main-btn {
  background-color: #1EC5B8;
  padding: 10px 22px;
  height: auto;
  width: auto;
}
.modal-main-btn-text {
  color: white;
  font-size: 13px;
  font-weight: bold;
}
.modal-cancel-btn {
  border: 1px solid transparent !important;
  background-color: white;
}
.modal-cancel-btn-text {
  color: grey;
  font-size: 12px;
}
.new-class-modal-title {
  font-size: 18px;
  line-height: 24px;
  color: #272729;
  font-weight: normal;
}
.new-class-divider {
  border: 1px solid #cad2e5;
  box-sizing: border-box;
  height: 2px;
  width: calc(100% + 192px);
  margin-left: -96px;
  margin-right: -96px;
}
.class-item-header {
  background-color: #202842;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 120px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position-y: 50% !important;
}
.class-item-header .class-title {
  color: #ffffff;
  font-size: 19px;
  font-weight: normal;
}
.class-item-header .class-teacher {
  margin-top: 15px;
  z-index: 999;
}
.class-item-header .class-teacher .img-avatar {
  width: 23px;
  height: 23px;
  background-color: #ffffff;
  z-index: 10;
  box-shadow: unset;
}
.class-item-header .class-teacher .teacher-info {
  font-size: 14px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  font-weight: normal;
}
.class-item-header .class-teacher .theacher-greater-two {
  margin-right: 15px;
}
.class-item-header .class-teacher .theacher-greater-two .img-avatar {
  position: relative;
}
.class-item-header .class-teacher .theacher-greater-two .avatar0 {
  right: -22px;
}
.class-item-header .class-teacher .theacher-greater-two .avatar1 {
  right: -5px;
}
.class-item-header .class-teacher .theacher-greater-two .avatar2 {
  right: 10px;
}
.class-item-header .class-teacher .theacher-greater-two .teacher-info-plus {
  font-size: 14px;
  color: #ffffff;
}
.class-item-header .class-menu {
  position: absolute;
  right: 20px;
  top: 30px;
}
.class-item-header .class-menu .class-ellipsis {
  color: #ffffff !important;
  font-size: 16px;
  z-index: 999;
  padding: 3px;
}
.class-item-header .class-sesion-btn {
  margin-right: 16px;
  min-height: 27px;
  min-width: 88px;
  border: 1px solid #ffffff;
  border-radius: 13.5px;
  background-color: #ffffff;
  z-index: 1000;
  align-items: center;
  display: flex;
}
.class-item-header .class-sesion-btn mg-translate {
  color: #7487c3;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.27px;
  line-height: 16px;
  text-align: center;
  width: 100%;
}
.class-item-header .btn {
  color: #ffffff !important;
  background: transparent !important;
  border: none !important;
}
.class__list-item {
  background-color: #ffffff;
  min-height: 200px;
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 rgba(38, 54, 67, 0.05);
}
.class__list-item .cardImage {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  z-index: 988;
  opacity: 0.7;
}
.class__item-body {
  min-height: 55px;
  color: #879BCE;
  font-size: 16px;
}
.class__item-body .class-time-conatiner {
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px !important;
}
@media (max-width: 1580px) and (min-width: 1280px) {
  .class__item-body .class-time-conatiner .container {
    flex-direction: column !important;
  }
}
@media (max-width: 600px) {
  .class__item-body .layout-xs-column .class-time {
    text-align: center;
  }
}
@media (max-width: 959px) and (min-width: 600px) {
  .class__item-body .layout-sm-column .class-time {
    margin-left: 0;
    text-align: center;
  }
  .class__item-body .layout-sm-column .district__week-configuration {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 1280px) and (min-width: 960px) {
  .class__item-body .layout-sm-column .class-time {
    margin-left: 0;
    text-align: center;
  }
  .class__item-body .layout-sm-column .district__week-configuration {
    margin-left: 0;
  }
}
.class__item-body .class-time {
  margin-left: 0px;
}
.class__item-body .district__week-configuration {
  margin-left: 10px;
}
@media (max-width: 640px) {
  .class__item-body .district__week-configuration .day {
    padding-left: 2px !important;
    padding-right: 2px !important;
    font-size: 12px!important;
  }
}
@media (max-width: 959px) and (min-width: 640px) {
  .class__item-body .district__week-configuration .day {
    padding-left: 2px !important;
    padding-right: 2px !important;
    font-size: 13px;
  }
}
@media (max-width: 1280px) and (min-width: 960px) {
  .class__item-body .district__week-configuration .day {
    padding-left: 4px !important;
    padding-right: 4px !important;
    font-size: 14px;
  }
}
.class__item-body .district__week-configuration .day {
  height: 23px;
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
  white-space: nowrap;
}
.class__item-body .district__week-configuration .week-button,
.class__item-body .district__week-configuration span {
  border: 0;
  padding: 0 5px 0 0;
  width: 0 !important;
}
.class__item-body .district__week-configuration .period-day-selected {
  color: #1EC5B8 !important;
  background: #d3f1f0 !important;
}
.class__item-body .district__week-configuration .period-day-selected mg-translate {
  border: 0 !important;
}
.class__item-footer {
  border-top: 1px solid #dee3ee;
}
@media (max-width: 959px) and (min-width: 600px) {
  .class__item-footer .actions {
    margin-top: 10px;
  }
  .class__item-footer .actions.layout-sm-column .classes-action-button-time {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .class__item-footer .actions.layout-sm-column .table-icon-container {
    margin-right: 0;
    margin-top: 10px;
  }
}
@media (max-width: 1280px) and (min-width: 960px) {
  .class__item-footer .actions {
    margin-top: 10px;
  }
  .class__item-footer .actions.layout-sm-column .classes-action-button-time {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .class__item-footer .actions.layout-sm-column .table-icon-container {
    margin-right: 0;
  }
}
.class__item-footer .actions .classes-action-button {
  cursor: pointer;
  margin-left: 32px;
  margin-right: 40px;
  border: 1px solid #b5c3f8;
  border-radius: 4px;
  min-height: 30px;
  min-width: 92px;
  color: #7487c3;
  font-size: 14px;
  letter-spacing: 0.27px;
  line-height: 16px;
  text-align: center;
}
.class__item-footer .actions .table-icon-container {
  width: 24px !important;
  font-size: 15px;
  color: #b5c3f8 !important;
  fill: #7487c3;
}
.class__item-footer .actions .table-icon-container svg {
  overflow: visible;
}
.class__item-footer .actions .table-icon-container a[disabled] {
  pointer-events: all !important;
}
.class__item-edit {
  min-width: 130px;
  border-radius: 4px;
  position: fixed;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(57, 56, 131, 0.19);
  transition: box-shadow 0.2s ease-in-out;
}
.class__schedule-weekdays {
  text-transform: capitalize;
}
.class__color_picker {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.class__color_picker-container {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  padding: 2px;
}
md-menu-content {
  border-radius: 4px;
  background-color: #ffffff;
}
mg-chrome-tab-control.mg-tabs-preview.chrome-tab-control-disabled {
  background: #879bce;
  opacity: 0.1;
  pointer-events: none;
}
@media (max-width: 600px) {
  .class__list-item-container.layout-xs-column mg-class-list-item {
    max-width: 100% !important;
  }
}
.class-details-tabs .block {
  margin: 0 !important;
}
.class__action-button {
  border-radius: 1px;
  background-color: #e5e9f0;
  color: #879bce;
  border: none;
}
.class__action-button:hover {
  background-color: #8cf5ee;
  color: #1EC5B8;
  border: none;
}
.class__student-details-name {
  color: #272729;
  font-size: 14px;
  line-height: 19px;
}
.class__student-details-device-name {
  color: #111222;
  font-size: 13px;
  line-height: 16px;
  max-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .class__student-details-device-name {
    max-width: 90px !important;
  }
}
.class__student-details-wrapper {
  padding: 10px;
}
.class__student-details-wrapper img {
  height: 32px;
}
.class__details-students {
  position: relative;
}
.class__details-students .fa {
  font-size: 18px;
}
@media (max-width: 599px), (max-width: 959px) and (min-width: 600px) {
  .class__details-students .class-students-actions-container .class-students-action-btn {
    max-width: 100%;
    margin-top: 16px;
  }
  .class__details-students .class-students-layout-picker {
    width: 100%;
    margin-top: 26px;
    border-top: 1px solid #7487c3;
  }
  .class__details-students .class-students-layout-picker.no-border {
    border-top: 0 !important;
    margin-top: 0 !important;
    justify-content: flex-end;
  }
}
@media (max-width: 599px) {
  .class__details-students .class-students-action-btn {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .class__details-students .class-students-layout-picker .class-students-action-btn {
    width: 32px !important;
  }
  .class__details-students mg-class-deatils-student-item {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 8px !important;
  }
  .class__details-students .class-students-cards,
  .class__details-students .class__student-rows {
    margin: 0 !important;
  }
  .class__details-students .join-code {
    text-align: center;
  }
  .class__details-students .class-students-joined .students-counters .counter-title {
    font-size: 17px;
  }
  .class__details-students .class-students-joined .counter-length {
    font-size: 11px;
    padding: 4px;
  }
  .class__details-students .all-action-btn {
    width: 100%;
    border-radius: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .class__details-students .class-students-actions-container {
    height: unset;
  }
}
@media (max-width: 1279px) and (min-width: 960px) {
  .class__details-students .class-students-actions-container .class-students-action-btn {
    margin-top: 16px;
  }
}
.class-students-cards a[disabled],
.class__student-item-row a[disabled],
.class_content-details-item a[disabled],
.class__add-student-button a[disabled],
.list__item a[disabled],
.applications-group a[disabled] {
  opacity: 0.4 !important;
}
.class__student-rows .class__student-item-row {
  padding: 10px;
  margin-left: 8px;
  margin-right: 8px;
}
.class__student-rows .class__student-item-row .mg-tabs-preview {
  height: 40px;
  width: 40px;
  border-radius: 2px;
  background-color: #cdc7db;
}
.class_student-details-item {
  min-height: 200px;
  background-color: #ffffff;
}
.class_student-details-item.unset-min-height {
  min-height: unset !important;
}
@media (max-width: 599px) {
  .class_student-details-item.flex-xs-100 {
    max-width: unset !important;
  }
}
.class_student-details-item-header {
  height: 55px;
  padding: 10px;
}
.class__student-item-row {
  box-shadow: 0 2px 6px 0 rgba(38, 54, 67, 0.05);
  background-color: #ffffff;
}
.class__student-details-body img {
  width: 100%;
}
.class__student-details-body mg-chrome-screen-render {
  display: block;
}
.class__student-details-body mg-chrome-screen-render .screen_capture-video-wrapper {
  overflow: hidden;
  height: 100% !important;
}
.class__student-details-body mg-chrome-screen-render .screen_capture-video-wrapper video {
  width: 100% !important;
  height: 100%;
}
.class__student-details-body .screen_capture-video-wrapper video {
  background: rgba(135, 155, 206, 0.1);
  width: 100%;
}
.class__student-card-icons {
  position: relative;
  background: white;
  width: 100%;
  color: #879bce;
  padding: 10px;
  margin: 0;
}
.class__student-card-icons .table-icon-container i {
  color: #879bce;
}
.class__student-card-icons .table-icon-container i.fa {
  margin-top: 3px;
}
.class__safe-content {
  background: #ffffff;
  margin: 25px;
  padding: 10px;
}
.class__safe-content .package__label-span {
  background: none;
}
.class__content-new-type {
  border: 1px solid #cad2e5;
  border-radius: 2px;
  min-height: 150px;
  max-height: 150px;
}
.class__content-new-type:hover {
  box-shadow: 0 5px 10px 0 rgba(33, 68, 134, 0.4);
  transition: box-shadow 0.2s ease-in-out;
  border: 1px solid #1EC5B8;
}
.class__content-image {
  margin-top: 30px;
}
.class__content-new-type-title {
  color: #232b45;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.class__content-new-type-subtitle {
  color: #cad2e5;
  font-size: 13px;
}
.mg__teacher-hidden {
  display: none !important;
}
.teacher_empty_states {
  margin: auto;
  padding: 60px;
}
.teacher_empty_states .btn {
  margin-top: 18px;
  background-color: #4E5FFF;
  padding: 12px 22px !important;
}
.teacher_empty_states .teacher_icons {
  size: 12px;
}
.teacher_empty_states .primary_text {
  font-size: 18px;
  font-weight: 600;
  color: #232b45;
}
.teacher_empty_states .secondary_text {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}
.teacher_empty_states .text {
  color: white;
  font-weight: bold;
}
.teacher_empty_states .link {
  color: #4E5FFF;
  margin-top: 10px;
  font-size: 14px;
  text-decoration: underline;
}
.teacher_empty_states p {
  font-size: 14px;
}
.teacher_empty_states_header {
  background-color: white;
  border-bottom: 2px solid white;
  height: 60px;
}
.teacher_empty_states_header .text {
  font-size: 20px;
  color: #111222;
  font-weight: normal;
  margin-left: 25px;
  padding: 13px 0 10px;
  font-family: 'Nunito', sans-serif;
}
.teacher_empty_states_header .title {
  font-size: 14px;
}
.teacher_empty_states_header .btn-actions-container {
  display: flex;
  align-items: center;
  margin-right: 25px;
  margin-left: auto;
}
.teacher_empty_states_header .btn-actions-container .btn-refresh {
  background-color: transparent;
  border: none;
}
.teacher_empty_states_header .btn-actions-container .btn-google-sync {
  background-color: #4E5FFF;
  padding: 12px 22px !important;
}
.teacher_empty_states_header .btn-add {
  border: none;
  margin-top: 4px;
  margin-left: 20px;
  background-color: transparent;
}
.class__list-zero-item {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 rgba(38, 54, 67, 0.05);
  height: 220px;
  background-color: #ffffff;
  color: #879bce;
  font-size: 18px;
}
.margin-left-auto {
  margin-left: auto;
}
.session-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 12px;
  height: 100%;
}
.session-navigation ul {
  padding: 0;
}
.session-navigation ul li {
  display: inline;
  margin: 8px;
}
.tab-btn {
  height: 48px!important;
}
.tab-btn:hover {
  border: transparent!important;
}
.active-tab-btn a {
  border: 0!important;
  color: #1EC5B8 !important;
}
.red-action {
  background: white !important;
}
.red-action a {
  color: #e65f7a !important;
}
.red-action a:hover {
  color: var(--brand-base) !important;
}
.device-groups .table_header {
  height: 50px;
}
.device-groups tbody tr {
  height: 50px;
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
}
.device-groups .table_header.block-content {
  padding-top: 0;
}
.device-groups .table_header.block-content .table_header_desc {
  color: #515a75;
}
.device-groups .new-profile-container__close-button {
  padding-right: 0;
}
.device-groups .device-groups-icons .counter {
  color: #272729;
  font-size: 16px;
  line-height: 22px;
}
.device-groups .list__title-container tr {
  height: 50px !important;
}
.device-groups .pagination-border {
  border-bottom: 1px solid rgba(222, 227, 238, 0.6);
}
.device-groups .student-details .nav-tabs li {
  min-width: 100px !important;
}
.device-groups .student-details .nav-tabs li a mg-translate {
  width: 100%;
  text-align: center;
}
.session-modes-btn {
  border: 1px solid #dee3ee;
  width: 200px;
  text-transform: capitalize;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0;
}
.session-modes-btn__num {
  color: #1EC5B8;
  font-weight: bold;
}
.student-details .nav-tabs.nav-tabs-alt .class-title {
  font-size: 20px;
  color: #111222;
  font-weight: normal;
  margin-left: 15px;
  padding: 13px 0 10px;
  font-family: 'Nunito', sans-serif;
}
.student-details .nav-tabs.nav-tabs-alt .mode-title-tab {
  margin: 29px 0;
  display: flex;
  align-items: center;
}
.student-details .nav-tabs.nav-tabs-alt .historic-date-time {
  font-size: 14px;
  color: #646464;
  font-weight: normal;
  margin-left: 24px;
  margin-right: 24px;
  display: flex;
  align-items: center;
  font-family: 'Nunito', sans-serif;
}
.student-details .nav-tabs.nav-tabs-alt .start-end-button {
  padding-top: 13px;
  background: #1EC5B8;
  padding-bottom: 10px;
}
.student-details .nav-tabs.nav-tabs-alt .start-end-button a {
  color: #fff !important;
  font-size: 20px;
  font-weight: normal;
}
.student-details .nav-tabs.nav-tabs-alt .cls-details-mode-dropdown {
  padding-top: 11px;
  background: transparent;
  padding-right: 24px;
}
@media (max-width: 599px) {
  .student-details .nav-tabs.nav-tabs-alt {
    display: flex;
    height: 60px !important;
    overflow-y: scroll;
  }
}
.class_content-details-title {
  margin-left: 8px;
  color: #232b45;
  font-size: 16px;
  line-height: 22px;
  word-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.class_content-object-content {
  color: #232b45;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  padding-bottom: 10px;
  padding-top: 7px;
  word-wrap: break-word;
  height: 70px;
}
.class_content-object-content .description {
  color: #1EC5B8;
}
.class_content-details-item {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(38, 54, 67, 0.05);
}
mg-chrome-tab-control.mg-tabs-preview {
  display: flex;
  height: 42px;
}
.text-truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.class-students-actions {
  margin: 20px 30px;
  color: #879bce;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}
.class-students-actions .title {
  color: #272729;
  font-size: 14px;
  line-height: 19px;
}
.class-students-actions md-checkbox {
  height: 14px !important;
  margin: 0 !important;
}
.class-students-actions md-checkbox .md-container {
  height: 12px !important;
}
.class-students-actions .students-refresh {
  margin-left: 22px;
}
.class-students-actions .students-activity {
  color: #879bce;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  cursor: pointer;
}
.class-students-actions .students-activity span {
  margin-right: 15px;
}
.instant-action-bar {
  position: fixed;
  bottom: 50px;
  z-index: 1;
}
.all-action-btn {
  font-family: 'Nunito', sans-serif;
  cursor: pointer;
  font-weight: 300;
  background-color: #ffffff;
  padding: 0px 10px;
  white-space: nowrap;
  height: 65px;
  width: 120px;
  border-radius: 40px;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(173, 182, 217, 0.31);
  -moz-box-shadow: 0px 2px 6px 0px rgba(173, 182, 217, 0.31);
  box-shadow: 0px 2px 6px 0px rgba(173, 182, 217, 0.31);
  margin-right: 15px;
}
.all-action-btn .title {
  color: #111222;
}
.all-action-btn-active {
  background-color: #1EC5B8;
}
.all-action-btn-active .title {
  color: #ffffff !important;
}
.icon {
  width: 24px;
  height: 24px;
  margin-top: 4px;
}
.instant-actions-wrapper {
  margin-top: 24px;
  flex-direction: row;
}
.actions-position-changed {
  position: fixed;
  bottom: 10px;
  right: 0;
  left: 230px;
  z-index: 1;
}
.class-students-actions-container {
  z-index: 1001;
  background: #ffffff;
  border-radius: 40px;
  height: 65px;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(173, 182, 217, 0.31);
  -moz-box-shadow: 0px 2px 6px 0px rgba(173, 182, 217, 0.31);
  box-shadow: 0px 2px 6px 0px rgba(173, 182, 217, 0.31);
}
.class-students-actions-container .instant-action-btn {
  cursor: pointer;
  padding: 0px 24px;
  height: 100%;
  text-align: center;
  border-right: 1px solid #dee3ee;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
.class-students-actions-container .instant-action-btn .title {
  color: #111222;
}
.class-students-actions-container .instant-action-btn:first-child {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.class-students-actions-container .instant-action-btn:last-child {
  border-right: none;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.class-students-actions-container .instant-action-btn.disabled {
  pointer-events: none;
  cursor: not-allowed;
}
.class-students-actions-container .instant-action-btn.disabled i,
.class-students-actions-container .instant-action-btn.disabled img {
  color: #879bce;
}
.class-students-actions-container .instant-action-btn.disabled .title {
  color: #879bce!important;
}
.class-students-actions-container .instant-action-btn.disabled:hover {
  background-color: #e5e9f0;
}
.class-students-action-btn {
  border-radius: 1px;
  background-color: #e5e9f0;
  padding: 8px 13px;
  margin-right: 16px;
  max-height: 34px;
  white-space: nowrap;
  margin-top: 1px;
}
.class-students-action-btn.small {
  margin-right: 0;
  display: inline-flex;
  border: 0 !important;
  min-width: unset !important;
  background: transparent !important;
  padding: 8px !important;
  vertical-align: middle;
}
.class-students-action-btn.small i {
  color: #cad2e5;
  margin: 0 !important;
}
.class-students-action-btn i,
.class-students-action-btn img {
  margin-right: 8px;
  color: #879bce;
}
.class-students-action-btn .title {
  color: #879bce;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  margin-right: 8px;
}
.class-students-action-btn:hover {
  background-color: #8cf5ee5c;
  cursor: pointer;
}
.class-students-action-btn:hover i {
  color: #1fcaaa;
}
.class-students-action-btn:hover .title {
  color: #1EC5B8;
}
.class-students-action-btn.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.2;
}
.class-students-action-btn.disabled i,
.class-students-action-btn.disabled img {
  color: #879bce !important;
}
.class-students-action-btn.disabled .title {
  color: #879bce !important;
}
.class-students-action-btn.disabled:hover {
  background-color: #e5e9f0 !important;
}
.class-students-joined .join-code {
  color: #232b45;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}
.class-students-joined .students-counters {
  color: #272729;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}
.class-students-joined .students-counters div {
  margin-right: 15px;
}
.class-students-joined .students-counters .counter-title {
  font-size: 17px;
  padding-right: 10px;
  color: #111222;
  font-family: 'Nunito', sans-serif;
  font-weight: normal;
}
.class-students-joined .students-counters .counter-length {
  background-color: #ffffff;
  padding: 5px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 13px;
}
.class-students-joined .students-counters .counter-length .offline {
  color: #d83555;
}
.class-students-joined .students-counters .counter-length .online {
  color: #1EC5B8;
}
.class-students-joined .class-students-cards {
  background-color: #ffffff;
  margin: 0px 30px;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(173, 182, 217, 0.31);
  -moz-box-shadow: 0px 2px 6px 0px rgba(173, 182, 217, 0.31);
  box-shadow: 0px 2px 6px 0px rgba(173, 182, 217, 0.31);
}
.offline-redesign-mode {
  margin: 44px 30px 20px;
}
.offline-redesign-mode .class-students-actions {
  margin: 0px !important;
}
.offline-redesign-mode .offline-header {
  background-color: #dbdde7;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(173, 182, 217, 0.31);
  -moz-box-shadow: 0px 2px 6px 0px rgba(173, 182, 217, 0.31);
  box-shadow: 0px 2px 6px 0px rgba(173, 182, 217, 0.31);
  z-index: 1;
  position: relative;
  margin-top: 15px;
  height: 40px;
}
.offline-redesign-mode .offline-header-text span {
  font-size: 14px;
  color: #232b45;
  font-weight: normal;
  padding-left: 12px;
  position: relative;
  top: 2px;
}
.offline-redesign-mode .offline-header-toggle-icon a {
  padding-right: 15px;
  color: #000000;
}
.offline-redesign-mode .offline-body {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(173, 182, 217, 0.31);
  -moz-box-shadow: 0px 2px 6px 0px rgba(173, 182, 217, 0.31);
  box-shadow: 0px 2px 6px 0px rgba(173, 182, 217, 0.31);
  margin: 0px !important;
}
.online-redesign-mode {
  margin: 50px 30px 20px;
}
.online-redesign-mode .class-students-actions {
  margin: 0px !important;
}
.online-redesign-mode .class-students-cards {
  margin: 0px;
}
.online-redesign-mode .active-class-online-device {
  -webkit-box-shadow: 0px 2px 6px 0px rgba(173, 182, 217, 0.31);
  -moz-box-shadow: 0px 2px 6px 0px rgba(173, 182, 217, 0.31);
  box-shadow: 0px 2px 6px 0px rgba(173, 182, 217, 0.31);
}
.online-redesign-mode .active-class-online-device md-tabs-canvas {
  height: 40px;
}
.online-redesign-mode .active-class-online-device md-pagination-wrapper {
  height: 40px;
}
.online-redesign-mode .active-class-online-device .md-tab {
  color: #232b45 !important;
  font-family: 'Nunito', sans-serif;
  font-weight: normal !important;
  text-transform: none;
}
.session-title {
  color: #323c47;
  font-size: 16px;
  line-height: 28px;
}
.class-session-list-text {
  color: #323c47;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  min-height: 50px;
}
.class-session-list-text .data-text {
  color: #879bce !important;
}
.sessions-table .session-table-row:last-child {
  border-bottom: 1px solid rgba(222, 227, 238, 0.6);
}
.session-table-row {
  min-height: 50px;
  border: 1px solid transparent;
  border-top: 1px solid rgba(222, 227, 238, 0.6);
}
.session-table-row:hover {
  border: 1px solid #1EC5B8 !important;
  box-shadow: 0px 0px 12px 5px rgba(78, 76, 122, 0.18);
  transition: box-shadow 0.2s ease-in-out;
}
.classes-btns {
  padding: 10px !important;
}
.classes-btns .min-width-button {
  height: 37px;
  width: 137px;
}
.screen_capture-video-wrapper video {
  width: 100%;
  height: 100%;
}
.class-details-tabs md-checkbox:last-of-type {
  width: auto;
  height: 15px;
}
.class-details-tabs md-checkbox:last-of-type .md-container {
  width: 15px;
  height: 15px;
}
mg-filter {
  display: block;
  height: 51px;
}
.icon-only-btn {
  height: 30px;
  color: #6b7c8d;
  font-size: 1.2em;
  border: none;
  background: transparent;
}
.class-details__create-button-container {
  display: flex;
  padding: 10px;
}
.class-details-web-clip-container {
  padding: 10px;
}
.disable-after:after {
  content: unset;
}
.fav-ico {
  width: 20px !important;
  height: 20px !important;
  margin-left: 6px;
  margin-top: 12px;
  background: white;
  position: absolute;
}
.fav-ico-item {
  width: 12px !important;
  height: 12px !important;
  margin-left: 0px;
  margin-top: 12px;
  background: white;
  position: absolute;
}
.content-thumb {
  overflow: hidden;
}
.content-thumb img {
  width: 80px;
  height: 32px;
  object-fit: cover;
}
.class_events_view td mg-translate {
  display: block;
  width: 100%;
  text-align: left;
}
.book-icon-container {
  height: 51px;
  width: 34px;
}
.class__application-os-icon {
  width: 1em;
  height: 1em;
  margin-left: 1em;
}
.class__details-applications-button {
  opacity: 0.5;
  pointer-events: none;
}
.class__admin-details-title {
  padding-bottom: 15px;
  margin-top: 15px;
  background-color: #ffffff;
  margin-top: 5px;
}
.class__admin-details-title .title {
  font-size: 16px;
  color: #262d37;
  line-height: 22px;
  padding-top: 11px;
}
.class__admin-details-title .description {
  font-size: 13px;
  line-height: 18px;
  color: #515a74;
}
.class__admin-details-title .start-class-title,
.class__admin-details-title .start-class-desc {
  font-weight: normal;
}
.class-push-content-list-item .class_content-details-title {
  margin: 0;
}
.my-class-tabs md-tabs-wrapper {
  background-color: #f6fafd;
}
.my-class-tabs md-tabs-wrapper .md-tab {
  text-transform: unset;
  color: #232b45;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Nunito', sans-serif;
}
.my-class-tabs md-tabs-wrapper .md-tab.md-active {
  color: #232b45;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Nunito', sans-serif;
}
.my-class-tabs md-ink-bar {
  height: 3px;
}
.my-class-tabs .content-list-title h3 {
  color: #111222;
  font-size: 21px;
  font-weight: normal;
  font-family: 'Nunito', sans-serif;
}
.class-modal-dash-dropdown {
  font-family: 'Nunito', sans-serif;
}
.class-modal-dash-dropdown md-select .md-select-value {
  border: 1px solid #dee3ee;
}
.class-modal-dash-dropdown md-select .md-select-value .md-text {
  display: flex;
  align-items: center;
}
.class-modal-dash-dropdown .mode-off-icon {
  font-size: 9px;
  color: #cad2e5;
  margin-right: 9px;
}
.class-modal-dash-dropdown .active-mode-icon {
  font-size: 9px;
  color: #4e5fe1;
  margin-right: 9px;
}
.class-modal-dash-dropdown .edit-mode {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(50%, -50%);
}
.class-modal-dash-dropdown .pencil-mode-icon {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(50%, -50%);
}
.class-modal-dash-dropdown-container .md-text {
  width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: 'Nunito', sans-serif;
}
.class-modal-dash-dropdown-container .create-new-mode-btn {
  width: 100%;
  min-height: 37px;
  height: 37px;
  position: fixed;
  bottom: 0;
  border: 1px solid #dee3ee;
  background-color: #fff;
  z-index: 10;
  font-size: 14px;
  color: #646e88;
  text-transform: capitalize;
  margin: 0;
  font-weight: normal;
  font-family: 'Nunito', sans-serif;
}
.class-modal-dash-dropdown-container .md-select-menu-container {
  z-index: 1040;
}
.class-modal-dash-dropdown-container md-select-menu {
  padding-bottom: 37px;
  background-color: #ffffff;
}
.class-modal-dash-dropdown-container md-select-menu md-option {
  height: 40px;
  color: #111222;
  font-size: 14px;
  font-weight: normal;
  font-family: 'Nunito', sans-serif;
  padding: 5px 16px 5px 16px;
}
.advance-dropdown {
  font-family: 'Nunito', sans-serif;
}
.advance-dropdown md-select .md-select-value {
  border: none;
}
.advance-dropdown md-select:focus:not([disabled]) .md-select-value {
  border: none;
}
.advance-dropdown-container .md-text {
  width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: 'Nunito', sans-serif;
}
.advance-dropdown-container .create-new-mode-btn {
  width: 100%;
  min-height: 37px;
  height: 37px;
  position: fixed;
  bottom: 0;
  border-top: 1px solid #dee3ee;
  background-color: #fff;
  z-index: 10;
  font-size: 14px;
  color: #646e88;
  text-transform: capitalize;
  margin: 0;
  font-weight: normal;
  font-family: 'Nunito', sans-serif;
}
.advance-dropdown-container .md-select-menu-container {
  z-index: 1040;
}
.advance-dropdown-container md-select-menu {
  width: 192px;
  padding-bottom: 37px;
  background-color: #ffffff;
}
.advance-dropdown-container md-select-menu md-option {
  height: 40px;
  color: #111222;
  font-size: 14px;
  font-weight: normal;
  font-family: 'Nunito', sans-serif;
  padding: 5px 16px 5px 16px;
}
.start_class__create-new-mode {
  padding: 60px 0;
  box-shadow: none;
}
.start_class__quick-mode-setup {
  padding: 30px 0;
  box-shadow: none;
}
.qucik-mode-setup .allowed-sites-list {
  padding-left: 0px;
  padding-top: 15px;
  list-style: none;
}
.qucik-mode-setup .allowed-sites-list li {
  color: #646e88;
  font-size: 14px;
}
.qucik-mode-setup .allowed-sites-list li span {
  margin-right: 20px;
  font-size: 17px;
  float: right;
  border-radius: 3px;
  margin-top: -8px;
}
.qucik-mode-setup .allowed-sites-list li span i {
  font-size: 15px;
  color: #879bce;
}
.qucik-mode-setup .allowed-sites-list li span i:hover {
  color: #e4617b;
}
.qucik-mode-setup .allowed-sites-list li span:hover {
  background-color: rgba(230, 95, 122, 0.15);
}
.qucik-mode-setup .allow_sites_btn {
  cursor: pointer;
  position: absolute;
  right: 0;
  padding: 7px 12px;
  background: transparent;
  border-color: transparent;
}
.create-edit-mode .advanced_setup_link {
  color: #4e5fe1;
  font-size: 12px;
}
.create-edit-mode .delete_mode_link {
  color: #d83555;
  font-size: 12px;
}
.create-edit-mode .disabled {
  pointer-events: none;
  opacity: 0.4;
}
.advance-setup .edit_btn_advance_setup {
  position: absolute;
  color: #4e5fe1;
  font-size: 16px;
  right: 0;
  z-index: 1000;
  background: transparent;
  border: none;
  top: 10px;
}
.advance-setup .allowed-sites_header {
  background: #f7f8fe;
  padding: 18px 50px;
}
.advance-setup .allowed-sites_header p {
  color: #879BCE;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  padding-bottom: 20px;
  border: 0!important;
}
.advance-setup .allow_website_container {
  position: relative;
  padding: 0px 0 10px;
}
.advance-setup .allowed-sites_content h5 {
  text-align: center;
  margin: 28px 0 18px;
}
.advance-setup .allowed-sites_content .allowed-sites-list {
  padding: 0;
  list-style: none;
  width: 100%;
  position: relative;
  border-top: 1px solid #aec2f4;
}
.advance-setup .allowed-sites_content .allowed-sites-list li {
  border-bottom: 1px solid #aec2f4;
  padding: 14px 0 14px 23px;
  color: #aec2f4;
  font-size: 16px;
}
.advance-setup .add_sites_links {
  position: absolute;
  right: 0;
  padding: 7px 12px;
  background: transparent;
  border-color: transparent;
}
.quick-mode-add-application .add_site_btn {
  min-height: unset;
  margin: 0;
  height: 39px;
  min-width: 40px;
  border-right: 2px solid #dee3ee8c;
  border-top: 2px solid #dee3ee8c;
  border-bottom: 2px solid #dee3ee8c;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: relative;
  left: -2px;
}
.session-num {
  color: #1EC5B8;
}
.input-sub-label {
  font-size: 11px;
  color: #878787;
  font-weight: 500;
}
.input-sub-label span {
  color: red;
}
.content-select {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 25px 8px 8px;
}
.content-select-item {
  width: 50%;
  padding: 7px 50px 33px;
  background: #F7F8FE;
}
.google_drive_logo {
  display: flex;
  flex-direction: row;
  width: auto;
  min-width: 80px;
}
.google_drive_logo > .google_drive_logo_text {
  height: 30px;
  width: 0px;
  transition: 0.3s;
}
.google_drive_logo:hover > .google_drive_logo_text {
  width: 120px;
}
.google_alt_text {
  text-align: center;
  line-height: 0.5;
  margin-bottom: 15px;
}
.google_alt_text span {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 15px;
  color: #999;
}
.google_alt_text span::before,
.google_alt_text span::after {
  content: "";
  position: absolute;
  border-top: 1px solid #CCC;
  top: 0;
  width: 150px;
}
.google_alt_text span::before {
  right: 100%;
  margin-right: 15px;
}
.google_alt_text span::after {
  left: 100%;
  margin-left: 15px;
}
.google_tooltip {
  position: relative;
}
.google_tooltip:before {
  content: "First you need to connect Google Drive to Mobile Guardian. Once your account is Connected, you'll be able to easily share files with your students during your class.";
  position: absolute;
  top: 100%;
  right: 100%;
  margin-top: 15px;
  width: 400px;
  padding: 10px;
  background: #eee;
  text-align: center;
  opacity: 0;
  display: none;
  transition: 0.3s;
  white-space: pre-wrap;
}
.google_auth_modal {
  position: absolute;
  right: 100px;
  margin-top: 15px;
  text-align: center;
  background: #fff;
  white-space: pre-wrap;
  display: flex;
  flex-direction: column;
  width: 300px;
  box-shadow: 0 0 20px 2px #eee;
  padding: 20px;
  z-index: 10000;
}
.google_auth_modal > p {
  display: flex;
  padding: 10px;
}
.google_auth_modal > button {
  margin: 5px auto;
}
.google_tooltip:hover::before {
  opacity: 1;
  display: block;
}
.global-modal-form-style .modal-lable-style {
  font-family: 'Nunito', sans-serif;
  font-weight: normal;
}
.new-mode-search {
  width: 100%;
  border: none;
  border-bottom: 1px solid #dee3ee;
  padding: 15px;
}
.class-material-empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 0;
}
.class-material-empty__img {
  margin-bottom: 8px;
}
.class-material-empty__title {
  margin-bottom: 16px;
}
.class-material-empty__description {
  margin: 0;
}
.svg_container_class {
  height: 26px;
}
@media (max-width: 1370px) {
  .google_drive_logo:hover > .google_drive_logo_text {
    width: 0px;
  }
  .all-action-btn {
    width: auto;
    padding: 0 20px;
  }
}
@media (max-width: 1405px) {
  .all-action-btn {
    width: auto;
    padding: 0 20px;
  }
}
.picker-dialog {
  z-index: 1046 !important;
}
.class-details__blue_bar {
  height: 40px;
  background: #4E5FE1;
  color: #fff;
}
.class-details__blue_bar div {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}
.class-details__content_no_student {
  text-align: center;
  padding: 40px 0;
}
.class-details__content_no_student div {
  font-size: 17px;
  padding-right: 10px;
  color: #111222;
  font-family: 'Nunito', sans-serif;
  font-weight: normal;
}
.class_without_students .image {
  margin-bottom: 20px;
}
.class_without_students .title {
  font-size: 17px;
  padding-right: 10px;
  color: #111222;
  font-family: 'Nunito', sans-serif;
  font-weight: normal;
}
.class_without_students .desc {
  margin-bottom: 20px;
}
.class_without_students .button button {
  -webkit-box-shadow: 0px 2px 6px 0px rgba(173, 182, 217, 0.31);
  -moz-box-shadow: 0px 2px 6px 0px rgba(173, 182, 217, 0.31);
  box-shadow: 0px 2px 6px 0px rgba(173, 182, 217, 0.31);
  border: none;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
}
.extend-end-class-inputs-form {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.extend-end-class-inputs-form input[type="text"]#hoursPlaceholder,
.extend-end-class-inputs-form input[type="text"]#minutesPlaceholder,
.extend-end-class-inputs-form input[type="text"]#hoursPlaceholderExt,
.extend-end-class-inputs-form input[type="text"]#minutesPlaceholderExt {
  text-align: left;
  width: 35px;
  border: none;
  border-left: 0px;
  margin: 0 0 0 -35px;
  background: white;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: relative;
  left: -11px;
  height: 20px;
  color: #9d9d9d;
}
.extend-end-class-inputs-form input[type="number"]#hours,
.extend-end-class-inputs-form input[type="number"]#hoursExt {
  -webkit-appearance: none!important;
  outline: none;
}
.extend-end-class-inputs-form input::-webkit-outer-spin-button,
.extend-end-class-inputs-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.extend-end-class-inputs-form input[type=number] {
  -moz-appearance: textfield;
}
.content-history {
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}
.content-history__row {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}
.content-history__session {
  display: flex;
  flex: 1;
  min-height: 60px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.content-history__session__data {
  display: flex;
  width: 33.33%;
  justify-content: flex-start;
  align-items: center;
  margin: 0 24px;
  overflow: hidden;
}
.content-history__session__data > img {
  margin-right: 16px;
}
.content-history__session__data > p {
  margin: 0;
  font-size: 14px;
}
.session-modes {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 16px 24px;
}
.session-modes__select-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.session-modes__select-wrapper md-input-container {
  margin: 8px 0;
  padding: 0;
}
.notification-message {
  background-color: #CC2424;
  padding: 10px;
  justify-content: flex-start;
}
.mg-teacher-permissions-header {
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;
}
.mg-teacher-permissions-header__title {
  color: #111222;
  font-family: 'Nunito', sans-serif;
  padding: 23px 70px 32px;
}
.mg-teacher-permissions-header__title .title {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
}
.mg-teacher-permissions-header__title .description {
  font-size: 14px;
  line-height: 19px;
}
.mg-teacher-permissions-header-users {
  position: relative;
  top: -50%;
  right: -20px;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 3rem;
  background-color: #4E5FE1;
  color: #E6E9FA;
}
.mg-teacher-permissions-header .nav-tabs {
  border-bottom: none;
  padding: 0px 70px;
}
.mg-teacher-permissions-header .nav-tabs li a {
  color: #111222;
  font-family: Nunito;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
  border: none;
}
.mg-teacher-permissions-header .nav-tabs li a:hover {
  border: none;
  color: #111222;
}
.mg-teacher-permissions-header .nav-tabs li a:active {
  color: var(--brand-base);
  box-shadow: 0 2px var(--brand-base);
}
.mg-teacher-permissions-content {
  background-color: #ffffff;
}
.mg-teacher-permissions .active {
  border-bottom: 2px solid #111222;
  color: #111222;
}
.mg-teacher-permissions .hidden {
  display: none;
}
.permission-groups__user-table_row:hover {
  background-color: #f3f3f3;
}
.permission-groups__user-table td {
  padding: 5px;
}
.hidden-loading {
  display: none;
}
.parent-view {
  padding: 28px;
}
.parent-view .parent-map-container,
.parent-view .disabled-map,
.parent-view .parent-student-card,
.parent-view .parent-card,
.parent-view .parent-places-list-container {
  border-radius: 4px;
  box-shadow: -2px 5px 6px 0 rgba(214, 217, 231, 0.29), -11px 9px 21px 0 rgba(173, 182, 217, 0.17);
}
.parent-view .minh-80 {
  min-height: 80px !important;
}
.parent-view .selected-geofence {
  border: 2px solid #1EC5B8 !important;
}
.parent-view .applications-settings .card-item {
  padding: 0;
}
.parent-view .applications-settings .application-settings-controls {
  padding: 18px 30px 0 30px;
  color: #879BCE;
  font-size: 14px;
  line-height: 19px;
}
.parent-view .applications-settings .application-settings-controls .switch-sm {
  margin-right: 48px;
}
.parent-view .applications-settings .application-settings-controls span {
  margin-right: 12px;
}
.parent-view .applications-settings .form__input-container {
  color: #879BCE;
  font-size: 13px;
  padding-left: 30px;
  padding-bottom: 25px;
}
.parent-view .applications-settings .form__input-container .form__input {
  height: 38px;
  max-width: 430px;
  border: 1px solid #E7EDFC;
  border-radius: 1px;
}
.parent-view .applications-settings .form__input-container i {
  transform: translateX(-30px) translateY(0px);
}
.parent-view .parent-map-container,
.parent-view .disabled-map {
  padding: 0 24px 24px;
  max-height: 379px;
  background: white;
}
.parent-view .parent-map-container .container-title,
.parent-view .disabled-map .container-title {
  color: #232B45;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  font-weight: 400;
}
.parent-view .parent-map-container .disabled-map,
.parent-view .disabled-map .disabled-map {
  position: relative;
  display: flex;
  min-height: 100px;
  box-shadow: unset;
}
.parent-view .parent-map-container .angular-google-map-container,
.parent-view .disabled-map .angular-google-map-container {
  min-height: 250px;
}
.parent-view .parent-map-container .container-btns,
.parent-view .disabled-map .container-btns {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  font-weight: 400;
}
.parent-view .parent-map-container .container-btns .btn,
.parent-view .disabled-map .container-btns .btn {
  color: #879BCE;
}
.parent-view .parent-map-container .container-btns .btn.action,
.parent-view .disabled-map .container-btns .btn.action {
  color: #1EC5B8;
}
.parent-view .parent-map-container .container-btns .btn i,
.parent-view .disabled-map .container-btns .btn i {
  margin-left: 8px;
}
.parent-view .qr-additional-info {
  min-height: 80px;
  max-width: 289px;
  color: #879BCE;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  margin-top: 31px;
}
.parent-view .parent-card {
  margin-bottom: 70px;
}
.parent-view .parent-card .app-button .mg-button-primary {
  height: 40px;
  min-width: 170px;
  border-radius: 2px;
  background: var(--button-background) !important;
  color: var(--button-text) !important;
  border: 1px solid var(--button-background) !important;
}
.parent-view .parent-card .new-profile-container__input-title {
  color: #232B45 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  margin-bottom: 4px !important;
}
.parent-view .parent-card .form-title {
  padding-top: 31px;
  padding-bottom: 23px;
  margin: 0;
  text-align: left;
  color: #323C47;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
.parent-view .parent-card .form-title p {
  padding: 0;
  margin: 0;
}
.parent-view .parent-card .clients__notification-container {
  padding: 17px 32px 16px;
  height: 74px;
}
.parent-view .parent-card .clients__notification-container p {
  text-align: left;
}
.parent-view .parent-card .block-content {
  padding: 0;
}
.parent-view .parent-card .block-content md-tab-content {
  padding-right: 32px !important;
  padding-left: 32px !important;
}
.parent-view .parent-card .block-content .md-tab {
  text-transform: unset !important;
  min-width: 90px;
  padding-left: 32px;
  padding-right: 32px;
}
.parent-view .parent-student-card {
  margin-right: 24px;
  margin-top: 24px;
  background: white;
  min-height: 240px;
  flex-shrink: 1;
  flex-grow: 1;
  display: flex;
  border-radius: 4px;
}
@media (max-width: 959px) {
  .parent-view .parent-student-card {
    margin-right: 0;
  }
}
.parent-view .parent-student-card.shrink {
  max-width: unset;
}
.parent-view .parent-student-card .card-title {
  padding-left: 30px;
  padding-top: 17px;
  margin-bottom: 12px;
  color: #232B45;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}
.parent-view .parent-student-card .students-places-list-title {
  padding: 18px 30px 0;
  color: #232B45;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}
.parent-view .parent-student-card .item-actions {
  min-height: 52px;
}
.parent-view .parent-student-card .item-actions i {
  margin-left: 27px;
  font-size: 20px;
  color: #CAD2E5;
}
.parent-view .parent-student-card .card-item {
  padding: 20px 30px;
  min-height: 122px;
  border-bottom: 1px solid #EAEDF4;
}
.parent-view .parent-student-card .card-item .app-icon img {
  width: 34px;
  height: 34px;
  display: block;
  margin-right: 26px;
}
.parent-view .parent-student-card .card-item .app-icon .app-name {
  color: #646E88;
  font-size: 14px;
  line-height: 19px;
}
.parent-view .parent-student-card .card-item .app-icon .app-device-name {
  display: flex;
  background-color: #879BCE;
  color: white;
  border-radius: 24px;
  text-align: center;
  height: 40px;
  padding: 4px;
}
.parent-view .parent-student-card .card-item.mini {
  width: 100%;
  padding: 10px 30px;
  min-height: 40px;
}
.parent-view .parent-student-card .card-item.no-border {
  border-bottom: 1px solid transparent !important;
}
.parent-view .parent-student-card .card-item .item-icon {
  margin-right: 20px;
}
@media (max-width: 599px) {
  .parent-view .parent-student-card .card-item .item-icon.xs-no-margin {
    margin-right: 0;
  }
}
.parent-view .parent-student-card .card-item .item-icon i {
  font-size: 28px;
  color: #232B45;
}
.parent-view .parent-student-card .card-item .title {
  color: #232B45;
  line-height: 22px;
  font-size: 14px;
  font-weight: bold;
}
.parent-view .parent-student-card .card-item .title-m {
  font-size: 16px;
  color: #232B45;
  line-height: 22px;
  font-weight: bold;
}
.parent-view .parent-student-card .card-item .item-avatar img {
  width: 37px;
  height: 37px;
  border-radius: 50%;
}
.parent-view .parent-student-card .card-item .item-details {
  color: #879BCE;
  font-size: 14px;
  line-height: 19px;
}
.parent-view .parent-student-card .card-item .item-details .text-bold {
  font-weight: bold;
}
.parent-view .parent-student-card .card-item .item-details .details-row {
  margin-bottom: 5px;
}
.parent-view .parent-student-card .card-item .item-actions i {
  margin-left: 27px;
  font-size: 20px;
  color: #CAD2E5;
}
.parent-view .parent-student-card .details {
  margin-top: 20px;
}
.parent-view .parent-student-card .card-header {
  height: auto;
  width: 100%;
}
.parent-view .parent-student-card .card-header .title {
  color: #232B45;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
.parent-view .parent-student-card .card-header .upper {
  border-radius: 4px 4px 0 0;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  height: 65px;
  background-color: #4E5FE1;
}
.parent-view .parent-student-card .card-header .lower {
  height: auto;
  width: 100%;
  border-bottom: 1px solid #EAEDF4;
}
.parent-view .parent-student-card .card-avatar {
  margin-top: -42px;
}
.parent-view .parent-student-card .card-avatar img {
  background: white;
  height: 82px;
  width: 82px;
  border-radius: 50%;
  border: 4px solid white;
  overflow: hidden;
  object-fit: cover;
}
.parent-view .parent-student-card .card-avatar i {
  color: #879BCE;
  font-size: 20px;
  font-weight: 500;
}
.parent-view .parent-student-card .card-avatar .user-status {
  position: absolute;
  top: 6px;
  left: o;
  height: 18.4px;
  width: 18.4px;
  background-color: #B6C6DB;
  border: 4px solid white;
  border-radius: 50%;
}
.parent-view .parent-student-card .card-avatar .user-status.online {
  background-color: #47F843;
  border: 4px solid rgba(255, 255, 255, 0.81);
}
.parent-view .parent-student-card .card-avatar .name {
  color: #232B45;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.61px;
  line-height: 30px;
  width: 90%;
}
.parent-view .parent-student-card .card-avatar .name div {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.parent-view .parent-student-card .card-avatar .name .active-now-status {
  font-size: 17px;
  width: 110px;
}
@media (max-width: 1400px) {
  .parent-view .parent-student-card .card-avatar .name .active-now-status {
    font-size: 16px;
  }
}
.parent-view .parent-student-card .card-avatar .card-actions-button {
  width: 10%;
}
.parent-view .parent-student-card .card-avatar .card-actions-button a:first-child {
  margin-right: 3px;
}
.parent-view .parent-student-card .card-body {
  width: 100%;
  height: auto;
}
.parent-view .parent-student-card .card-actions {
  width: 100%;
  height: auto;
  padding: 10px 14px 10px 14px;
}
.parent-view .parent-student-card .card-actions .btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-grow: 1;
  height: 32px;
  border: 1px solid #C2E1DF;
  border-radius: 2px;
  color: #1EC5B8;
}
.parent-view .parent-student-card .card-actions.actions-center {
  justify-content: center !important;
}
.parent-view .student-device {
  padding: 12px 16px;
  border-bottom: 1px solid #EAEDF4;
}
.parent-view .student-device i {
  font-size: 15px;
}
.parent-view .student-device .name,
.parent-view .student-device .status {
  margin-left: 12px;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 19px;
  text-align: left;
}
.parent-view .student-device .name {
  color: #232B45;
  font-size: 14px;
  line-height: 19px;
}
.parent-view .student-device .status {
  color: #879BCE;
  margin-top: 2px;
}
.parent-view .student-device .status.active {
  color: #232B45;
}
.parent-view .student-device .actions {
  color: #CAD2E5;
}
.parent-view .student-device .actions i {
  cursor: pointer;
  padding-bottom: 5px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.parent-view .student-device .actions .red {
  color: #F66D94;
  border-bottom: 3px solid transparent;
}
.parent-view .student-device .actions .red:hover {
  border-bottom: 3px solid #F66D94;
}
.parent-view .student-device .actions .blue {
  color: #68A8FF;
  border-bottom: 3px solid transparent;
}
.parent-view .student-device .actions .blue:hover {
  border-bottom: 3px solid #68A8FF;
}
.parent-view .student-device .actions .green {
  color: #58D358;
  border-bottom: 3px solid transparent;
}
.parent-view .student-device .actions .green:hover {
  border-bottom: 3px solid #58D358;
}
.parent-view .student-device .child-access-request {
  width: 100%;
}
.parent-view .student-device .child-access-request .request-access-container {
  width: 240px;
}
.parent-view .student-device .child-access-request .request-access-container .access-req-btn {
  display: block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 6px 7px;
  border: none;
}
.parent-view .student-device .child-access-request .request-access-container .btn-decline {
  background-color: rgba(246, 109, 148, 0.3);
}
.parent-view .student-device .child-access-request .request-access-container .btn-decline i {
  color: #F66D94;
  font-size: 18px;
}
.parent-view .student-device .child-access-request .request-access-container .btn-approve {
  background-color: rgba(30, 197, 184, 0.3);
}
.parent-view .student-device .child-access-request .request-access-container .btn-approve i {
  color: #1EC5B8;
  font-size: 16px;
}
.parent-view .header-btn-container {
  position: relative;
}
.parent-view .header-btn-container button {
  z-index: 300;
  background: transparent;
  border: 0;
}
.parent-view .header-btn-container button:disabled {
  opacity: 0.4;
}
.parent-view .header-btn-container .outer {
  position: absolute;
  height: 41px;
  width: 41px;
  opacity: 0.09;
  border-radius: 50%;
  background-color: #FFFFFF;
}
.parent-view .header-btn-container.outline .outer {
  background: transparent;
  border: 2px solid white;
}
.parent-view .header-btn-container md-menu {
  height: 41px;
  width: 41px;
  background: transparent;
  z-index: 300;
}
.parent-view .header-btn-container md-menu button {
  background: transparent;
  border: 0;
}
.parent-view .header-btn-container .inner {
  position: absolute;
  height: 30.71px;
  width: 30.71px;
  opacity: 0.14;
  border-radius: 50%;
  background-color: #FFFFFF;
}
.parent-view .header-btn-container a {
  height: 30.71px;
  width: 30.71px;
}
.parent-view .header-btn-container i {
  color: white;
  font-size: 19px;
}
.parent-view mg-parent-list-item:nth-child(3n) .parent-student-card {
  margin-right: 0;
}
@media (max-width: 599px) {
  .parent-view mg-parent-list-item .parent-student-card {
    margin-right: 0;
  }
}
@media (max-width: 959px) and (min-width: 600px) {
  .parent-view mg-parent-list-item .parent-student-card {
    margin-right: 0;
  }
}
@media (max-width: 1279px) and (min-width: 960px) {
  .parent-view mg-parent-list-item:nth-child(2n) .parent-student-card {
    margin-right: 0;
  }
}
.parent-view mg-parent-student-details .header-btn-container {
  width: 56px;
  height: 56px;
}
.parent-view mg-parent-student-details .header-btn-container i {
  font-size: 12px;
}
.parent-view mg-parent-student-details .student-device .zero-state {
  width: 100%;
  text-align: center;
  color: #232B45;
  font-size: 14px;
  line-height: 19px;
}
.parent-view mg-parent-student-details .student-device .details-info {
  max-width: 270px;
  margin-top: 8px;
  padding-left: 40px;
  color: #232B45;
}
.parent-view mg-parent-student-details .student-device .details-info i,
.parent-view mg-parent-student-details .student-device .details-info .time {
  color: #879BCE !important;
}
.parent-view mg-parent-student-details .student-device .details-info i {
  margin-right: 6px;
}
.parent-view mg-parent-student-details .student-device .details-info .time {
  margin-left: 20px;
}
.parent-view mg-parent-student-details .student-device .details-info .description {
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.parent-view mg-parent-student-details .student-device .details-info .timestamp {
  color: #879BCE;
  font-size: 14px;
  line-height: 19px;
}
.parent-view mg-parent-student-details .notifications .header-btn-container i {
  color: #51DB7F !important;
}
.parent-view mg-parent-student-details .notifications .header-btn-container .outer {
  border: 2px solid #51DB7F !important;
}
.parent-view mg-parent-student-details .notifications .header-btn-container .inner {
  background-color: #51DB7F;
}
.parent-view mg-parent-student-details .web-history .header-btn-container i {
  color: #7163F3 !important;
}
.parent-view mg-parent-student-details .web-history .header-btn-container .outer {
  border: 2px solid #7163F3 !important;
}
.parent-view mg-parent-student-details .web-history .header-btn-container .inner {
  background-color: #7163F3;
}
.parent-view .rule-item {
  border-bottom: 2px solid #EAEDF4;
}
.parent-view .rule-where-when {
  color: #1EC5B8;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}
.parent-view .rule-places-list {
  display: block;
  width: 100%;
}
.parent-view .rule-settings .title {
  color: #323C47;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.parent-modal-container {
  padding: 24px;
  overflow: hidden;
}
.parent-modal-container .students-list {
  display: flex;
  flex-wrap: wrap;
}
.parent-modal-container .close-btn {
  color: #BCC3D5;
  font-size: 14px;
}
.parent-modal-container .back-button {
  text-align: left !important;
}
.parent-modal-container .title {
  font-size: 16px;
  color: #262D37;
  line-height: 22px;
  text-align: left;
}
.parent-modal-container .action-small {
  color: #1EC5B8;
  font-size: 14px;
  line-height: 19px;
}
.parent-modal-container .duration-picker .time-input {
  height: 32px;
  width: 60px;
  border: 1px solid #CAD2E5;
  border-radius: 2px;
  color: #879BCE;
  font-size: 16px;
  letter-spacing: 1.4px;
  line-height: 22px;
  text-align: center !important;
}
.parent-modal-container .duration-picker .separator {
  margin-left: 12px;
  margin-right: 12px;
  display: block;
  height: 100%;
  font-size: 23px;
  line-height: 30px;
  color: #232B45;
}
.parent-modal-container .rule-item {
  height: 52px;
  border-bottom: 1px solid #EAEDF4;
}
.parent-modal-container .rule-item .icon {
  color: #1EC5B8;
  font-size: 20px;
  margin-right: 17px;
}
.parent-modal-container .rule-item .name {
  color: #232B45;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
.parent-modal-container .rule-item .action {
  font-size: 12px;
  color: #879BCE;
}
.parent-modal-container .form__input-container .age-group,
.parent-modal-container .form__input-container .student-group,
.parent-modal-container .form__input-container .where-group,
.parent-modal-container .form__input-container .durations-group {
  padding: 14px 16px;
  height: 50px;
  width: 171px;
  border: 1px solid #66A2FF;
  border-radius: 2px;
  box-shadow: 0 3px 9px 0 transparent;
  color: #66A2FF;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.18px;
  line-height: 22px;
  cursor: pointer;
}
.parent-modal-container .form__input-container .age-group .indicator,
.parent-modal-container .form__input-container .student-group .indicator,
.parent-modal-container .form__input-container .where-group .indicator,
.parent-modal-container .form__input-container .durations-group .indicator {
  display: flex;
  border-radius: 50%;
  margin-right: 15px;
  min-width: 21px;
  min-height: 21px;
  width: 21px;
  height: 21px;
  background: white;
  padding: 2px;
  border: 1px solid #66A2FF;
}
.parent-modal-container .form__input-container .age-group .indicator .inner,
.parent-modal-container .form__input-container .student-group .indicator .inner,
.parent-modal-container .form__input-container .where-group .indicator .inner,
.parent-modal-container .form__input-container .durations-group .indicator .inner {
  width: 100%;
  height: auto;
  display: block;
  background: white;
  border-radius: 50%;
}
.parent-modal-container .form__input-container .age-group:hover,
.parent-modal-container .form__input-container .student-group:hover,
.parent-modal-container .form__input-container .where-group:hover,
.parent-modal-container .form__input-container .durations-group:hover,
.parent-modal-container .form__input-container .age-group.active,
.parent-modal-container .form__input-container .student-group.active,
.parent-modal-container .form__input-container .where-group.active,
.parent-modal-container .form__input-container .durations-group.active {
  color: #232B45;
  border: 1px solid #1EC5B8;
  border-radius: 2px;
  background-color: #FFFFFF;
  box-shadow: 0 3px 9px 0 rgba(32, 43, 81, 0.26);
}
.parent-modal-container .form__input-container .age-group:hover .indicator,
.parent-modal-container .form__input-container .student-group:hover .indicator,
.parent-modal-container .form__input-container .where-group:hover .indicator,
.parent-modal-container .form__input-container .durations-group:hover .indicator,
.parent-modal-container .form__input-container .age-group.active .indicator,
.parent-modal-container .form__input-container .student-group.active .indicator,
.parent-modal-container .form__input-container .where-group.active .indicator,
.parent-modal-container .form__input-container .durations-group.active .indicator {
  border: 1px solid #1EC5B8;
}
.parent-modal-container .form__input-container .age-group:hover .indicator .inner,
.parent-modal-container .form__input-container .student-group:hover .indicator .inner,
.parent-modal-container .form__input-container .where-group:hover .indicator .inner,
.parent-modal-container .form__input-container .durations-group:hover .indicator .inner,
.parent-modal-container .form__input-container .age-group.active .indicator .inner,
.parent-modal-container .form__input-container .student-group.active .indicator .inner,
.parent-modal-container .form__input-container .where-group.active .indicator .inner,
.parent-modal-container .form__input-container .durations-group.active .indicator .inner {
  background: #1EC5B8;
}
.parent-modal-container .form__input-container .where-group {
  width: 100%;
  border: 1px solid transparent;
  box-shadow: unset;
}
.parent-modal-container .form__input-container .where-group:hover,
.parent-modal-container .form__input-container .where-group.active {
  border: 1px solid transparent;
  box-shadow: unset;
}
.parent-modal-container .form__input-container .student-group,
.parent-modal-container .form__input-container .durations-group {
  margin: 4px;
  display: flex;
  flex-grow: 1;
  min-width: 90px;
  text-align: center;
  box-shadow: 0 5px 16px 0 rgba(22, 20, 73, 0.21);
}
.parent-modal-container .form__input-container .student-group:hover,
.parent-modal-container .form__input-container .durations-group:hover,
.parent-modal-container .form__input-container .student-group.active,
.parent-modal-container .form__input-container .durations-group.active {
  background: #4E5FE1;
  color: white;
}
.parent-modal-container .form__input-container .student-group mg-translate,
.parent-modal-container .form__input-container .durations-group mg-translate {
  width: 100%;
}
.parent-modal-container .form__input-container .durations-group {
  font-size: 14px;
  line-height: 19px;
}
.parent-modal-container .form__input-container .zone-time {
  color: #232B45;
  font-size: 16px;
  line-height: 22px;
}
.parent-modal-container .form__input-container .zone-time .md-select-value {
  border: 0 !important;
}
.parent-modal-container .avatar-input .description {
  color: #7F98F0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.parent-modal-container .profile-image-upload {
  background-color: transparent;
}
.parent-modal-container .profile-image-upload:hover {
  box-shadow: none;
  background: transparent;
}
.parent-modal-container .profile-image-upload .profile-image-empty {
  margin: -1px;
}
.parent-modal-container .profile-image-upload i {
  pointer-events: none;
  position: absolute;
  z-index: 300;
  margin-left: 20px;
  margin-top: 20px;
  color: #89a2f2;
  font-size: 24px;
}
.parent-modal-container form,
.parent-modal-container .rule-settings {
  padding: 22px 76px 0 76px;
}
.parent-modal-container form .section-title,
.parent-modal-container .rule-settings .section-title {
  color: #1C0A04;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
}
.parent-modal-container form .form__input-label,
.parent-modal-container .rule-settings .form__input-label {
  color: #232B45;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}
.parent-modal-container form .form__input-description,
.parent-modal-container .rule-settings .form__input-description {
  color: #879BCE;
  font-size: 14px;
  line-height: 19px;
}
.parent-modal-container form .form__button-container,
.parent-modal-container .rule-settings .form__button-container {
  padding-top: 15px;
  padding-bottom: 15px;
}
.parent-modal-container form .form__button-container .app-button,
.parent-modal-container .rule-settings .form__button-container .app-button {
  height: 40px;
  width: 170px;
  border-radius: 2px;
}
.parent-modal-container form .form__button-container mg-button,
.parent-modal-container .rule-settings .form__button-container mg-button {
  height: 40px;
  width: 170px;
  border-radius: 2px;
  background: var(--button-background);
  color: var(--button-background) !important;
}
.parent-student-actions {
  min-width: 146px;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: -2px 5px 6px 0 rgba(214, 217, 231, 0.29), 11px 9px 21px 0 rgba(173, 182, 217, 0.17);
}
.parent-student-actions a {
  color: #879BCE;
  font-size: 14px;
  line-height: 19px;
}
.parent-student-actions a:disabled {
  opacity: 0.5;
}
.parent-student-actions i {
  margin-right: 12px;
  color: #879BCE;
  font-size: 14px;
}
.parent-student-actions md-menu-item:hover {
  background-color: #F3F5F9;
}
.parent-student-actions md-menu-item:hover a {
  color: #232B45;
}
.parent-student-actions md-menu-item:hover i {
  color: #23CCE0;
}
.zero-state {
  color: #879BCE;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.parent-view .markerLabels {
  transform: translateX(-50%) translateY(-50%) !important;
}
.student-marker {
  width: 62px;
  height: 160px;
  padding-top: 5px;
  padding-left: 5px;
  background: url('/assets/img/parent/student-marker.svg') no-repeat;
}
.student-marker .student-marker-avatar {
  width: 50px;
  height: 50px;
  border: 3px solid white;
  border-radius: 50%;
  display: block;
}
.student-map-details .device-name {
  margin: 0;
  color: #232B45;
  font-size: 14px;
  line-height: 19px;
}
.student-map-details .last-seen {
  color: #879BCE;
  font-size: 12px;
  letter-spacing: 0.17px;
  line-height: 16px;
  text-align: center;
}
.lock-device-functionality {
  height: 40px;
  width: 328px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  text-align: center;
  background: linear-gradient(334.79deg, #1AB9D4 0%, #24DA86 100%);
  color: white;
}
.lock-device-functionality i {
  font-size: 20px;
  margin-right: 20px;
  color: white;
}
@media (max-width: 599px) {
  mg-new-student-rule {
    display: flex;
    justify-content: center;
  }
  .parent-modal-container,
  md-dialog {
    max-width: 95% !important;
    max-height: 95% !important;
  }
  .parent-modal-container {
    padding: 12px;
  }
  .parent-modal-container .transfer-students .student-devices .name {
    width: 60px;
  }
  .parent-modal-container form {
    padding: 0 !important;
  }
  .parent-modal-container .form__button-container {
    width: 100%;
  }
  .parent-modal-container .form__button-container button {
    width: 50%;
    max-width: 100% !important;
  }
  .parent-modal-container .form__input-container .students-list .student-group {
    margin: 4px 0;
    text-align: center;
    width: 100%;
  }
}
.parent-onboarding mg-parent-device-register {
  width: 100%;
}
.parent-onboarding .close-btn {
  visibility: hidden !important;
}
.parent-onboarding .block-content {
  margin: 0 !important;
}
.remove-icon-student-card i {
  margin-left: 27px;
  font-size: 20px;
  color: #3fc5b8;
  border: 1px solid #3fc5b8;
  padding: 6px;
  border-radius: 4px;
}
.remove-icon-student-card i:hover {
  background: rgba(66, 235, 221, 0.25);
  color: #2e8c7f;
}
.stop-block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  border-color: #1EC5B8;
  box-shadow: 0 0 5px whitesmoke;
  width: auto;
  height: auto;
  border-radius: 4px;
}
.stop-block i {
  font-size: 14px;
  color: #1EC5B8;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.parent-landing .logo-container {
  position: absolute;
  top: 40px;
  left: 147px;
}
.parent-landing .logo-container img {
  width: 200px;
  height: 35px;
}
.parent-landing .header-container .title {
  color: #1C0A04;
  font-size: 28px;
  font-weight: 800;
  line-height: 33px;
  text-align: center;
}
.parent-landing .header-container .description {
  color: #646E88;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  max-width: 423px;
  height: auto;
}
.parent-landing .step img {
  max-height: 164px;
  max-width: 157px;
}
.parent-landing .step .title {
  color: #232B45;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
}
.parent-landing .step .description {
  max-width: 247px;
  color: #646E88;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
.parent-landing .button-landing {
  cursor: pointer;
  height: 50px;
  width: 240px;
  border-radius: 2px;
  background: linear-gradient(325.58deg, #1AB9D4 0%, #36F8BC 100%);
  box-shadow: 0 9px 55px 0 rgba(40, 218, 199, 0.14);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 800;
  line-height: 19px;
  text-align: center;
}
.block-rules {
  margin-top: 22px;
}
.block-rules div {
  margin: 0;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}
.block-rules .block .active_block {
  color: #1EC5B8;
}
.block-rules .block i:hover {
  color: #1EC5B8;
}
.block-rules .rules {
  color: #879BCE;
}
.block-rules i {
  font-size: 32px;
}
.block-rules mg-translate {
  margin-top: 10px;
  font-size: 16px;
}
.block-screen-schedule-select[disabled] .md-select-value {
  background-image: none;
}
.parent-modal-container.block-screen {
  padding: 30px 50px 45px;
}
.parent-modal-container.block-screen form {
  padding: 0;
}
.parent-modal-container.block-screen .form-content {
  padding-left: 35px;
  padding-right: 35px;
}
.parent-modal-container.block-screen .section-title {
  margin-bottom: 25px;
}
.parent-modal-container.block-screen .block-description {
  height: 19px;
  width: 140px;
  color: #879BCE;
  font-size: 14px;
  letter-spacing: 0.19px;
  line-height: 19px;
  text-align: center;
}
.parent-modal-container.block-screen .form__input-container {
  width: 100%;
  text-align: center;
}
.parent-modal-container.block-screen .form__input-container p {
  text-align: left;
}
.parent-modal-container.block-screen .form__input-container button,
.parent-modal-container.block-screen .form__input-container p,
.parent-modal-container.block-screen .form__input-container input {
  width: 100%;
}
.parent-modal-container.block-screen .form__input-label.thin {
  width: 100%;
  color: #879BCE;
  font-size: 14px;
  letter-spacing: 0.19px;
  line-height: 19px;
  text-align: center;
  font-weight: unset;
}
.parent-modal-container.block-screen .block-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 50px;
  border: 1px solid #647DFD;
  border-radius: 2px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 5px 0 rgba(135, 155, 206, 0.29);
  color: #647DFD;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}
.parent-modal-container.block-screen .block-button i {
  font-size: 24px;
  position: absolute;
  left: 100px;
  color: #647DFD;
}
.parent-modal-container.block-screen .load-more {
  cursor: pointer;
  align-self: flex-end;
}
.parent-modal-container.block-screen .load-more mg-translate {
  color: #83DFD8;
  font-size: 14px;
}
.parent-modal-container.block-screen .schedule-setup {
  margin-top: 8px;
  text-align: left;
  color: #232B45;
  font-size: 12px;
  line-height: 16px;
}
.parent-modal-container.block-screen .student-devices {
  display: flex;
  position: sticky;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
  max-height: 154px;
  min-height: 105px;
  overflow-y: scroll;
  margin: 0;
}
.parent-modal-container.block-screen .student-devices > div {
  margin: 0;
}
.parent-modal-container.block-screen .student-devices .device {
  height: 95px;
  width: 120px;
  position: relative;
  margin-right: 3px;
}
.parent-modal-container.block-screen .student-devices .device .os-platform-name {
  transform: translate(0px, -51px);
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding: 0 7px 0 10px;
  font-size: 14px;
}
.parent-modal-container.block-screen .student-devices .device .os-platform-name .content-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.parent-modal-container.block-screen .student-devices .device .device_name {
  transform: translate(0px, -51px);
  font-weight: 400;
  color: #879BCE;
  width: 100%;
  text-align: center;
  padding: 0 7px 0 10px;
  font-size: 13px;
}
.parent-modal-container.block-screen .student-devices .device .device_name .content-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.parent-modal-container.block-screen .student-devices .device .name,
.parent-modal-container.block-screen .student-devices .device mg-os-icon {
  pointer-events: none;
}
.parent-modal-container.block-screen .student-devices .device mg-os-icon {
  position: absolute;
  transform: translate(-74px, 12px);
  font-size: 33px;
}
.parent-modal-container.block-screen .student-devices .device .name {
  position: absolute;
  top: 40px;
  left: 15px;
  right: 10px;
}
.parent-modal-container.block-screen .student-devices .device input[type="checkbox"][disabled] {
  background-color: #e9ecef;
  opacity: 1;
}
.parent-modal-container.block-screen .student-devices .device input[type="checkbox"] {
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  border: 1.4px solid #DEE3EE;
  border-radius: 3.2px;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}
.parent-modal-container.block-screen .student-devices .device input[type="checkbox"]:checked {
  border-color: #51D0D6;
  border-width: 2px;
  box-shadow: 0 6px 11px 0 rgba(70, 82, 114, 0.15);
}
.parent-modal-container.block-screen .student-devices .device input[type="checkbox"]:hover {
  box-shadow: 0 2px 4px 0 rgba(15, 17, 36, 0.18);
}
.parent-modal-container.block-screen .duration-picker {
  margin-top: 8px;
}
.parent-modal-container.block-screen .duration-picker input {
  box-sizing: border-box;
  height: 40px;
  width: 100px;
  border: 1px solid #CAD2E5;
  border-radius: 3px;
  color: #899CCF;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 18px;
}
.parent-modal-container.block-screen .duration-picker i {
  text-align: center;
  color: #899CCF;
}
.parent-modal-container.block-screen .duration-picker .separator {
  height: 18px;
  color: #879BCE;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}
.parent-modal-container.block-screen .block-action {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50px !important;
  min-width: 370px;
  border: 1px solid #1EC5B8 !important;
  border-radius: 2px !important;
  background-color: #FFFFFF !important;
  box-shadow: 0 1px 5px 0 rgba(135, 155, 206, 0.29);
  color: #1EC5B8;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  text-align: center;
  margin: 0 !important;
}
.parent-modal-container.block-screen .block-action i {
  font-size: 24px;
  position: absolute;
  left: 100px;
  color: #1EC5B8;
}
.emm_status-indicator {
  height: 18px;
  width: 18px;
  border-radius: 100%;
  text-align: center;
  color: #1EC5B8 !important;
  font-weight: 200;
  margin-right: 3px;
}
.emm_status-indicator-red {
  height: 18px;
  width: 18px;
  border-radius: 100%;
  text-align: center;
  color: #1EC5B8 !important;
  font-weight: 200;
  margin-right: 3px;
  color: red !important;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.draggable-column {
  min-height: 100px;
}
.draggable-handler {
  cursor: move;
}
.draggable-placeholder {
  background-color: #f1f1f1;
  border: 1px dashed #ccc;
}
pre.pre-sh {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  border-radius: 0;
}
.dropzone {
  min-height: 200px;
  background-color: #f9f9f9;
  border: 2px dashed #bbb;
  border-radius: 3px;
}
.dropzone .dz-message {
  margin: 65px 0;
  font-size: 16px;
  font-style: italic;
  color: #888;
}
.dropzone:hover {
  background-color: #fcfcfc;
  border-color: #1EC5B8;
}
.dropzone:hover .dz-message {
  color: #1EC5B8;
}
.datepicker {
  z-index: 1051 !important;
}
.input-daterange .input-group-addon {
  min-width: 30px;
  color: #646464;
  background-color: #f9f9f9;
  border-color: #e6e6e6;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #faeab9;
  border-color: #faeab9;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-color: #1EC5B8;
  border-color: #1EC5B8;
}
.colorpicker.dropdown-menu {
  min-width: 130px;
}
div.tagsinput {
  padding: 6px 12px 1px;
  border-color: #e6e6e6;
  border-radius: 3px;
}
div.tagsinput input {
  padding-top: 0;
  padding-bottom: 0;
  height: 22px;
}
.form-material div.tagsinput {
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-bottom: 1px solid #e6e6e6;
}
div.tagsinput span.tag {
  padding: 2px 5px;
  height: 22px;
  line-height: 18px;
  color: #fff;
  font-family: 'proxima-nova';
  font-weight: 600;
  background-color: #1EC5B8;
  border: none;
}
div.tagsinput span.tag a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
div.tagsinput span.tag a:hover {
  color: rgba(255, 255, 255, 0.75);
}
.select2-container .select2-selection--single {
  height: 34px;
}
.select2-container .select2-dropdown {
  border-color: #e6e6e6;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.select2-container--default .select2-selection--single {
  border-color: #e6e6e6;
  border-radius: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 12px;
  line-height: 34px;
}
.form-material .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}
.form-material .select2-container--default .select2-selection--single {
  border: none;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #aaa;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #e6e6e6;
  border-radius: 3px;
}
.form-material .select2-container--default .select2-selection--multiple,
.form-material .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered,
.select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__rendered {
  padding-right: 12px;
  padding-left: 12px;
}
.form-material .select2-container--default .select2-selection--multiple .select2-selection__rendered,
.form-material .select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__rendered {
  padding-left: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  height: 22px;
  line-height: 22px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  background-color: #1EC5B8;
  border: none;
  border-radius: 3px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.5);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: rgba(255, 255, 255, 0.75);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #e6e6e6;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #1EC5B8;
}
.select2-container--default .select2-search--inline .select2-search__field {
  padding-right: 0;
  padding-left: 0;
  font-family: 'proxima-nova';
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-material .select2-container--default .select2-search--inline .select2-search__field {
  padding-left: 0;
}
.select2-search--dropdown .select2-search__field {
  padding: 6px 12px;
  font-family: 'proxima-nova';
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.slick-slider {
  margin-bottom: 45px;
}
.slick-slider.slick-padding-dots {
  padding-bottom: 45px;
  margin-bottom: 0;
}
.slick-slider.slick-padding-dots .slick-dots {
  bottom: 0;
}
.slick-slider.slick-nav-hover .slick-prev,
.slick-slider.slick-nav-hover .slick-next {
  opacity: 0;
  -o-transition: opacity 0.25s ease-out;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.slick-slider.slick-nav-hover:hover .slick-prev,
.slick-slider.slick-nav-hover:hover .slick-next {
  opacity: .25;
}
.slick-slider.slick-nav-hover:hover .slick-prev:hover,
.slick-slider.slick-nav-hover:hover .slick-next:hover {
  opacity: .6;
}
.slick-slider.slick-nav-white .slick-prev,
.slick-slider.slick-nav-white .slick-next {
  background-color: #fff;
}
.slick-slider.slick-nav-white .slick-prev:hover,
.slick-slider.slick-nav-white .slick-next:hover {
  background-color: #fff;
}
.slick-slider.slick-nav-white .slick-prev:before,
.slick-slider.slick-nav-white .slick-next:before {
  color: #000;
}
.slick-slider .slick-dots {
  bottom: -45px;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  margin-top: -15px;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #000;
  opacity: .25;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  background-color: #000;
  opacity: .6;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  font-family: 'FontAwesome';
  font-size: 14px;
  line-height: 28px;
}
.slick-slider .slick-prev {
  left: 10px;
}
.slick-slider .slick-prev:before {
  content: "\f060";
}
.slick-slider .slick-next {
  right: 10px;
}
.slick-slider .slick-next:before {
  content: "\f061";
}
.note-editor {
  border-color: #ddd;
}
.note-editor .note-toolbar {
  border-bottom-color: #ddd;
}
.note-editor .note-statusbar .note-resizebar {
  border-top-color: #ddd;
}
.note-editor .note-toolbar.btn-toolbar {
  margin-left: 0;
}
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none !important;
  background-color: rgba(0, 0, 0, 0.75) !important;
}
.pie-chart {
  position: relative;
  display: inline-block;
}
.pie-chart > span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -2px;
  right: 0;
  left: 0;
  text-align: center;
}
.flot-tooltip {
  position: absolute;
  display: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  padding: 4px 8px;
}
.flot-pie-label {
  font-size: 13px;
  text-align: center;
  padding: 4px 8px;
  color: #fff;
}
.legend > table td {
  padding: 3px 4px;
  font-size: 14px;
}
.fc-event {
  padding-left: 3px;
  padding-right: 3px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.75);
  border: 1px solid #b5d0eb;
  background-color: #b5d0eb;
  border-radius: 0;
}
.fc-event:hover {
  color: rgba(0, 0, 0, 0.75);
}
.fc button {
  height: 34px;
  line-height: 34px;
  font-weight: 600;
}
.fc-state-default.fc-corner-left {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.fc-state-default.fc-corner-right {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.fc-state-default {
  color: #393939;
  background-color: #e6e6e6;
  background-image: none;
  border: 1px solid #e6e6e6;
  text-shadow: none;
  box-shadow: none;
}
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #393939;
  background-color: #d2d2d2;
  border-color: #c7c7c7;
}
.fc-state-hover {
  color: #393939;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.fc-state-down,
.fc-state-active {
  background-color: #b8b8b8;
  border-color: #aeaeae;
  box-shadow: none;
}
.fc-state-disabled {
  opacity: .35;
}
.fc-toolbar {
  margin-bottom: 29px;
}
.fc-toolbar h2 {
  font-weight: 400;
}
.fc thead th.fc-widget-header {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #f9f9f9;
}
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed hr,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #eee;
}
.placeholder {
  color: #aaa;
}
.app-button {
  padding: 8px 35px;
  font-size: 0.8em;
  font-family: 'Roboto', sans-serif;
  font-weight: lighter;
  border: none;
  /* reset border for more consistent styling and 'just-in-case' */
  border-radius: 50px;
  background: 'transparent' !important;
  transition: all 0.4s ease;
}
/* Dashboard content title style */
.dash-title-container {
  padding: 1.5em 2em;
  background-color: #fff;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.07);
}
.dash-title {
  margin-bottom: 0;
  font-size: 3.5rem;
  color: #5d6f82;
}
.dash-subtitle {
  margin: 0;
  color: #283849;
  font-size: 2rem;
}
.dash-title__progress-tracker {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ededed;
  background-image: linear-gradient(to right, transparent 50%, #2fb4d7 0);
  margin-right: 1.5em;
}
.dash-title__progress-fill {
  display: block;
  margin-left: 50%;
  height: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 100% 50%;
  border-bottom-right-radius: 100% 50%;
  border-bottom-left-radius: 0;
  background-color: inherit;
  transition: transform 0.4s ease;
  transform-origin: left;
}
.dash-title__progress {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  height: 70px;
  width: 70px;
  background-color: #fff;
  border-radius: 50%;
}
.dash-title__progress > p {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
}
.dash-title__progress-num {
  position: relative;
  bottom: -5px;
  color: #2fb4d7;
  font-size: 2rem;
}
.dash-title__progress-tasks {
  color: #5d6f82;
  font-size: 1.2rem;
}
.dash-title__progress-title {
  font-size: 2.2rem;
}
.dash-redesign .dash-title__button {
  color: #fff;
  background-color: #4fcb7a;
  border-color: #4fcb7a;
}
.dash-title__button:hover {
  opacity: 0.7;
}
/* Dashboard content section style */
.dash-content__title-container {
  padding: 1em;
  border-bottom: solid 1px #ededed;
}
.dash-content__title {
  color: #283849;
  font-size: 2rem;
  font-weight: normal;
}
@media (max-width: 600px) {
  .dash-content__info {
    margin-bottom: 20px;
  }
}
.dash-content__info-container {
  padding: 2em;
}
.dash-content__img-container {
  margin-right: 1.5em;
}
.dash-content__img-container img {
  height: 60px;
}
.dash-content__info-number {
  margin: 0;
  color: #4fcb7a;
  font-size: 5.3rem;
  line-height: 1em;
}
.dash-content__licences-total {
  font-size: 0.5em;
  line-height: 0.5em;
}
.dash-content__info-text {
  color: #5d6f82;
  font-size: 1.4rem;
  min-height: 41px;
  display: block;
}
/********************
* dash parent styles
********************/
.device__profile-img-container {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: blue;
}
.device__device-name {
  color: #283849;
  font-size: 2rem;
  line-height: 1.1;
}
.device__device-away-time {
  color: #5d6f82;
  font-size: 0.7em;
}
.parent-dash .badges-wrapper {
  height: auto;
  padding: 14px 7px;
  background-color: rgba(47, 180, 215, 0.25);
}
.device__chip {
  margin-right: 10px;
  padding: 6px 14px;
  color: #fff;
  background-color: #283849;
  border-radius: 50px;
}
.profile_chip {
  display: inline-block;
  margin: 5px;
  padding: 2px 10px;
  color: #fff;
  background-color: #283849;
  border-radius: 20px;
  font-size: 0.9em;
  max-width: 100%;
}
.active_profile_chip {
  display: inline-block;
  margin: 5px;
  padding: 2px 10px;
  color: #fff;
  background-color: #283849;
  border-radius: 20px;
  font-size: 0.9em;
  max-width: 100%;
}
.pending_profile_chip {
  color: #fff;
  background-color: #ed9700;
}
@media (min-width: 760px) {
  .active-profile-td {
    text-align: center;
  }
}
@media (max-width: 599px) {
  .active-profile-td {
    text-align: left;
  }
}
@media (max-width: 600px) {
  .profile_chip {
    display: none;
  }
}
.device__icon-arrow-right {
  font-size: 1.5em;
  line-height: 0.9;
}
.device__info-content {
  margin-bottom: 7px;
  padding: 7px;
  border-bottom: 1px solid var(--button-text);
}
.device__info-content:first-child {
  padding-top: 14px;
}
/* device__info-content-title container div - add extra margin bottom */
.device__info-content > div:first-child {
  margin-bottom: 14px;
}
.device__info-content-icon {
  margin-right: 10px;
  font-size: 2rem;
}
.device__info-content-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
}
/* this style is for school device overview */
.block-content .device__info-content-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
}
/* end */
.device__info-content-text {
  margin: 2px 0;
}
/* this style is for school device overview */
.block-content .device__info-content-text {
  margin: 2px 0;
}
/* end */
.device__app-icon {
  margin-right: 10px;
  font-size: 1.5rem;
  line-height: 1.7;
}
.dash-redesign .app-button-stroke {
  color: var(--button-background);
  border-color: var(--button-background);
}
.dash-redesign .app-button-stroke:hover {
  color: var(--button-background);
  background-color: var(--button-background);
  border-color: var(--button-background);
}
.layout__margin-left-s {
  margin-left: 1em;
}
.devices__linked-student-img {
  height: 42px;
  width: 42px;
  margin-right: 7px;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
}
.devices__linked-student-img img {
  height: 42px;
  width: 42px;
}
/******************************
*
* Student info styles
*
******************************/
.student-info-container {
  padding: 1em;
}
.student-info-container:first-child {
  border-bottom: 1px solid var(--button-text);
  padding-bottom: 3em;
}
.student-info__title {
  font-size: 2rem;
  font-weight: bold;
}
.student-info__td {
  padding: 0 !important;
  border-top: 0 !important;
}
.student-info__td:first-child {
  padding-right: 2em !important;
}
.student-info__select-container > div:first-child {
  margin-right: 10px;
}
.student-info__input {
  margin-right: 10px;
  padding: 0.4em 1em;
  border: 1px solid #dee3ee;
  border-radius: 4px;
}
/* comment block */
.dash-redesign .app-button-stroke-blue {
  color: var(--button-text);
  border-color: var(--button-text);
}
.app-button-stroke-blue:hover {
  color: var(--button-text);
  background-color: var(--button-background);
}
/******************************
*
* Student info history
*
******************************/
.student-info__history-date {
  padding-right: 10px;
  color: #5d6f82;
  text-align: right;
  border-right: 1px solid var(--button-text);
  padding-bottom: 10px;
}
@media (max-width: 600px) {
  .student-info-container ul {
    padding-left: 0 !important;
  }
  .student-info__history-date {
    padding-bottom: 0px !important;
  }
}
/************************************************
*
* Time and date new / edit modal window styles
*
************************************************/
.settings-redesign .week-button {
  padding: 0.4em 0.5em;
}
.settings-redesign .section-title {
  color: #5d6f82;
  font-weight: bold;
}
.settings-redesign .color__brand-blue {
  color: #2fb4d7;
}
.settings-redesign .form__input-label {
  color: #5d6f82;
}
.settings-redesign .chip-button {
  border-radius: 20px;
}
.settings-redesign .chip-button i::before {
  position: relative;
  top: -6px;
}
.webfiler__selection-button {
  border: 1px solid var(--brand-base);
  color: var(--brand-base);
  margin: 10px;
  padding: 5px;
  font-size: 12px;
  border-radius: 4px;
  text-align: center;
}
.webfiler__selection-button:hover {
  color: var(--button-text);
  background: var(--button-background);
}
.webfiter_selection_title {
  font-size: 14px;
  font-weight: 600;
}
.non-supp-browser {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
}
.non-supp-browser__title {
  margin-bottom: 12px;
}
.non-supp-browser__description {
  margin-bottom: 12px;
  text-align: center;
  font-size: 13px;
}
.non-supp-browser__btn {
  width: 115px;
  height: 34px;
  box-sizing: border-box;
}
.non-supp-browser__btn__img {
  width: 100%;
  height: auto;
}
/* Utility code */
.gpreferences-content__extra-margin {
  margin: 2em 0;
  opacity: 0;
}
.app-button {
  padding: 8px 35px;
  color: var(--button-text);
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
  border: none;
  /* reset border for more consistent styling and 'just-in-case' */
  border: 1px solid var(--button-text);
  border-radius: 50px;
  background: 'transparent';
  transition: all .4s ease;
}
.gpreferences__color-green {
  color: var(--brand-base);
  margin-left: 5px;
}
.switch-primary input:checked + span {
  background-color: var(--brand-base);
}
/* end of utility code */
/* angular material directive style override */
md-slider .md-track.md-track-fill {
  background-color: var(--brand-base);
}
md-slider .md-thumb::after {
  background-color: var(--brand-base);
  border-color: var(--brand-base);
}
md-slider .md-focus-ring {
  background-color: unset !important;
}
md-select .md-select-value {
  padding: .2em 1em;
  border: 1px solid #dee3ee;
  border-radius: 4px;
}
md-select:focus:not([disabled]) .md-select-value {
  border-bottom: 1px solid #c1c5cb;
  padding-bottom: .4em !important;
}
md-select-menu md-content md-option[selected] {
  color: var(--brand-base) !important;
}
.form__input-container md-select {
  margin: 0px;
  background: white;
}
/* end of angular material directive style override */
.gpreferences__save-button {
  color: #fff;
  font-weight: normal;
  background: var(--brand-base);
  border-color: var(--brand-base);
}
.gpreferences__save-button:hover {
  opacity: .7;
}
.gpreferences-title-container {
  padding: 1.5em 2em;
  background-color: #fff;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.07);
}
.gpreferences-title__text {
  color: #5d6f82;
  font-size: 2.5em;
}
.gpreferences-title__text span {
  color: #283849;
  font-size: .6em;
}
/* global preferences settings content style */
.gpreferences-form-container {
  padding: 1em;
}
.gpreferences-content-container {
  padding: 1em;
  background-color: #fff;
}
.gpreferences-content__notification-text {
  margin: 0;
  padding: 1em;
  color: #283849;
  background-color: rgba(47, 180, 215, 0.25);
  border: 1px solid #2fb4d7;
}
.gpreferences-content__left-half {
  margin-top: 1em;
  padding: 1em 1em 1em 0;
  border-right: 1px solid #e3e3e3;
}
.gpreferences-content__right-half {
  padding: 1em 0 1em 1em;
}
.gpreferences-content__title-text {
  margin: 0;
  color: #283849;
  font-size: 1.4em;
}
.gpreferences-content__input-container {
  padding-top: 1em;
}
.gpreferences-content__input-label {
  margin: 0;
  color: #283849;
}
.gpreferences-content__input {
  padding: .4em 1em;
  border: 1px solid #c1c5cb;
  border-radius: 4px;
}
.gpreferences-content__description {
  color: #5d6f82;
  font-size: 1.1em;
}
/* utility classes */
/**** SPECIAL ****/
/* this class should replace the old form__input-label if it turns out to be better */
.form__input-label-new {
  color: #283849;
  font-size: 1.4rem;
}
.color-red {
  color: #d0021b;
}
.btn-override {
  padding: 0;
}
.profile-device-tag__table-padding-fix {
  padding: 1em !important;
}
@media (min-width: 599px) {
  .layout__padding-right-xs {
    padding-right: .5em;
  }
  .layout__padding-left-xs {
    padding-left: .5em;
  }
}
/* styles for the pencil and trash icons found in tables */
.table-icon-container {
  width: 62px;
  padding: 5px;
  text-align: center;
  color: #879bce !important;
}
.table-icon-container:hover a {
  color: #879bce !important;
}
.table-icon {
  max-height: 20px;
}
/* styles for md-autocomplete found in applications -> whitelist / blacklist */
.redesign-autocomplete md-input-container label {
  display: none;
}
.redesign-autocomplete md-input-container input {
  border: 1px solid #e7e7e7;
  border-radius: 4px;
}
.redesign-autocomplete md-input-container.md-input-focused input {
  border: 1px solid;
  border-color: #e7e7e7 !important;
  border-radius: 4px;
}
/* style for form input validation */
.input-required-span {
  height: 0;
  display: inline-block;
  color: #283849;
  overflow: hidden;
  transition: height .3s ease;
}
.form__input.ng-invalid.ng-touched,
.form__input.ng-invalid.is-invalid {
  border: 1px solid #d0021b;
}
.form__input.ng-invalid.ng-touched ~ div {
  color: #d0021b;
}
.form__input.ng-invalid + .ng-active div {
  color: #d0021b;
}
/* end of styles for form input validation */
/* disabled button style */
.app-button[disabled],
.app-button[disabled]:hover {
  color: rgba(0, 0, 0, 0.4);
  background: #e7e7e7;
  transition: all .4s ease;
  cursor: not-allowed;
  border: 2px solid #e7e7e7;
}
.app-button[disabled] i,
.app-button[disabled]:hover i {
  color: rgba(0, 0, 0, 0.4);
}
/* end of disabled button style */
/* end of utility classes */
.profile-overview__title {
  padding-top: 2em;
  color: #283849;
  font-size: 2.2rem;
}
.profile-overview__description {
  margin-top: 1em;
  color: #5d6f82;
  font-size: 1.5rem;
  font-weight: normal;
}
.profile__device-tag-description {
  color: #879BCE;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
}
.profile_device-tag-lock {
  color: #4E5FE1;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  font-family: 'Nunito', sans-serif;
}
.profile_device-tag-unlock {
  color: #1EC5B8;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  font-family: 'Nunito', sans-serif;
}
.profile-overview__list-container {
  margin: 0 -1em;
}
.profile-overview__list-item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: .6em;
  transform: translateY(-60%);
  height: 6px;
  width: 6px;
  background-color: #4fcb7a;
  border-radius: 50%;
}
md-list-item .md-list-item-inner {
  padding-left: .5em;
}
.profile-overview__cat-icon {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 20px !important;
  font-size: 1.3em;
  line-height: .6 !important;
}
.profile-overview__cat-title {
  font-size: 1.6rem;
}
.profile-overview__brand-icon {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 8px !important;
  color: #e0e0e0;
  font-size: 1.3em;
  line-height: .6 !important;
}
.profile_chip .profile-overview__brand-icon {
  padding-top: 2px !important;
}
.profile-badge-icon {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 8px !important;
  color: #e0e0e0;
  font-size: 1em;
  line-height: .6 !important;
}
.profile-overview__chevron {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 20px !important;
  font-size: 1.3em;
  line-height: .6 !important;
}
.profile-device-tag__notification {
  margin: 1em 0;
  padding: 1em;
  background-color: rgba(47, 180, 215, 0.25);
  border: 1px solid #2fb4d7;
}
/* custom device-tag__tag-input code used in device-tag.tpl.html */
.device-tag__tag-input md-chips .md-chips {
  box-shadow: unset;
}
.device-tag__tag-input .md-whiteframe-z1 {
  border: 0;
}
.device-tag__tag-input .md-chips md-chip {
  height: auto;
  padding: .2em 12px;
  color: #fff;
  line-height: normal;
  background-color: #5d6f82;
  border-radius: 0;
}
.device-tag__tag-input .md-chips md-chip .md-chip-remove md-icon {
  top: 30%;
  color: #fff;
  opacity: .53;
}
/* style for safe-content.tpl.html */
.chip-button {
  padding: 4px 15px !important;
  margin-left: 5px;
}
.dash-redesign .chip-view-more {
  background-color: transparent;
  color: #2fb4d7;
}
.td-cell-long-url {
  word-wrap: break-word;
  color: #7487c3!important;
  max-width: 300px;
}
.layout__no-padding {
  padding: 0 !important;
}
.profile-admin__label {
  color: #283849 !important;
  font-size: 1.4rem !important;
  text-transform: uppercase;
}
.profile-admin__description {
  color: #5d6f82 !important;
  font-size: 1.6rem !important;
}
.profile-admin__description.with-padding {
  padding-bottom: 20px;
}
.mg__licence-dialog {
  border: none;
  background: linear-gradient(118.14deg, #2A3451 0%, #0A0C1F 100%);
  z-index: 1059;
  transform: translateZ(0px);
  position: fixed;
  opacity: 0.87;
  right: 0px;
  top: 0px;
  height: 70px;
  max-height: 321px;
  color: #FFFFFF;
  left: 230px;
  text-align: center;
}
.mg__licence-dialog a {
  color: #1FBBB1;
}
.mg__licence-dialog-close {
  position: absolute;
  right: 25px;
}
.mg__licence-dialog-container {
  word-break: break-word;
}
.mg__sync-status-dialog {
  border: none;
  background: linear-gradient(118.14deg, #2A3451 0%, #0A0C1F 100%);
  z-index: 1059;
  transform: translateZ(0px);
  position: fixed;
  opacity: 0.87;
  right: 0px;
  top: 0px;
  height: 70px;
  max-height: 321px;
  color: #FFFFFF;
  left: 230px;
  text-align: center;
  left: unset;
  padding: 20px;
  height: 40%;
  min-width: 20%;
  overflow-y: scroll;
}
.mg__sync-status-dialog a {
  color: #1FBBB1;
}
.mg__sync-status-container {
  overflow-y: scroll;
  width: 100%;
  word-break: break-word;
}
.mg__sync-status-close {
  position: absolute;
  right: 25px;
  top: 25px;
}
.mg__sync-status-title {
  font-size: 14px;
}
.licenses-information.small {
  flex-direction: row;
  margin: 0;
  height: 0;
}
.licenses-information .title {
  color: #232B45;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.licenses-information .counters {
  font-size: 13px;
  line-height: 18px;
}
.licenses-information .counters .title {
  color: #232B45;
  font-size: 13px;
  line-height: 18px;
  font-weight: 100;
}
.licenses-information .counters .counter {
  margin-right: 41px;
}
.licenses-information .counters .count {
  margin-left: 8px;
  color: #4E5FE1;
  font-weight: bold;
}
.mg__informations-dialog {
  width: 100%;
  position: absolute;
  background: white;
  padding: 20px 10px;
  top: 0;
  justify-content: center;
  align-items: center;
  left: 0;
  z-index: 1041;
  box-shadow: 0 2px 6px 0 rgba(38, 54, 67, 0.05);
  animation-name: slideOut;
  animation-duration: 0.5s;
  -webkit-animation-name: slideOut;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.5s;
  /* Safari 4.0 - 8.0 */
}
.mg__informations-dialog .icon {
  display: flex;
  font-size: 28px;
  color: #61de61;
  margin-right: 40px;
}
.mg__informations-dialog .description {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
}
.mg__informations-dialog .close-btn {
  position: absolute;
  font-size: 24px;
  right: 40px;
  color: #7487C3;
}
.mg__informations-dialog .close-btn button {
  display: flex;
  border: none;
  background: transparent;
}
.mg__informations-dialog .action-buttons {
  margin-left: 60px;
}
.mg__informations-dialog .action-buttons .action-button {
  padding: 4px 16px;
  background: linear-gradient(140.28deg, #1ab9d4 0%, #24da86 100%);
  border-radius: 0;
  color: white;
  margin-left: 4px;
  margin-right: 4px;
  outline: none !important;
  border-style: none;
}
.mg__informations-dialog .action-buttons .action-button:active,
.mg__informations-dialog .action-buttons .action-button :focus {
  outline: none !important;
  border-style: none;
}
.mg__informations-dialog.dialog-shown {
  animation-name: slideIn;
  -webkit-animation-name: slideIn;
  /* Safari 4.0 - 8.0 */
}
@keyframes slideIn {
  from {
    opacity: 0;
    min-height: 0;
    max-height: 0;
    padding: 0;
  }
  to {
    opacity: 100%;
    min-height: 60px;
    max-height: 100%;
    padding: 20px 10px;
  }
}
@keyframes slideOut {
  from {
    opacity: 100%;
    min-height: 60px;
    max-height: 100%;
    padding: 20px 10px;
  }
  to {
    opacity: 0;
    min-height: 0;
    max-height: 0;
    padding: 0;
  }
}
/***
Spectrum Colorpicker v1.7.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/
.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /* https://github.com/bgrins/spectrum/issues/40 */
  z-index: 9999994;
  overflow: hidden;
}
.sp-container.sp-flat {
  position: relative;
}
/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position: relative;
  width: 100%;
  display: inline-block;
}
.sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sp-color {
  height: 170px;
  width: 170px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20%;
}
.sp-hue {
  height: 170px;
  width: 20px;
  left: 180px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.sp-clear-enabled .sp-hue {
  top: 33px;
  height: 77.5%;
}
.sp-fill {
  padding-top: 80%;
}
.sp-sat,
.sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sp-alpha-enabled .sp-top {
  margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
  display: block;
}
.sp-alpha-handle {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 6px;
  left: 50%;
  cursor: pointer;
  border: 1px solid black;
  background: white;
  opacity: .8;
}
.sp-alpha {
  display: none;
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
  height: 8px;
}
.sp-alpha-inner {
  border: solid 1px #333;
}
.sp-clear {
  display: none;
}
.sp-clear.sp-clear-display {
  background-position: center;
}
.sp-clear-enabled .sp-clear {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 28px;
}
/* Don't allow text selection */
.sp-container,
.sp-replacer,
.sp-preview,
.sp-dragger,
.sp-slider,
.sp-alpha,
.sp-clear,
.sp-alpha-handle,
.sp-container.sp-dragging .sp-input,
.sp-container button {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}
.sp-container.sp-input-disabled .sp-input-container {
  display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
  display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
  display: none;
}
.sp-palette-only .sp-picker-container {
  display: none;
}
.sp-palette-disabled .sp-palette-container {
  display: none;
}
.sp-initial-disabled .sp-initial {
  display: none;
}
/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}
.sp-hue {
  background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
  background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}
/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}
.sp-hidden {
  display: none !important;
}
/* Clearfix hack */
.sp-cf:before,
.sp-cf:after {
  content: "";
  display: table;
}
.sp-cf:after {
  clear: both;
}
.sp-cf {
  width: 210px;
  *zoom: 1;
}
/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
  .sp-color {
    right: 40%;
  }
  .sp-hue {
    left: 63%;
  }
  .sp-fill {
    padding-top: 60%;
  }
}
.sp-dragger {
  border-radius: 5px;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  background: #000;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 3px;
  left: -1px;
  right: -1px;
  border: 1px solid #000;
  background: white;
  opacity: .8;
}
/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/
.sp-container {
  height: 310px;
  width: 240px;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 2px 5px 0 rgba(40, 47, 117, 0.18);
  padding: 0;
}
.sp-container,
.sp-container button,
.sp-container input,
.sp-color,
.sp-hue,
.sp-clear {
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-top {
  margin-bottom: 10px;
}
.sp-color,
.sp-hue,
.sp-clear {
  border: 1px solid #F7F7F7;
  border-radius: 5px;
}
/* Input */
.sp-input-container {
  float: right;
  width: 90px;
  margin-bottom: 4px;
}
.sp-initial-disabled .sp-input-container {
  width: 100%;
}
.sp-input {
  height: 20px;
  width: 63px;
  border: 1px solid #D9DCE2;
  border-radius: 4px;
  font-family: Arial;
  font-size: 10px !important;
  line-height: 14px;
  background-color: #FFFFFF;
  color: #333333;
  padding: 3px 10px;
}
.sp-input:focus {
  border: 1px solid #D9DCE2;
}
.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd;
}
.sp-picker-container,
.sp-palette-container {
  left: 20px;
  top: 20px;
  right: 20px;
  float: left;
  position: relative;
  padding-bottom: 300px;
  margin-bottom: -290px;
}
.sp-picker-container {
  width: 172px;
  border-left: solid 1px #fff;
}
/* Palettes */
.sp-palette-only .sp-palette-container {
  border: 0;
}
.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
}
.sp-palette .sp-thumb-el:hover,
.sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: #FFFFFF;
}
.sp-thumb-el {
  position: relative;
}
/* Initial */
.sp-initial {
  float: left;
  border: 1px solid #F7F7F7;
  height: 20px;
  width: 50px;
}
.sp-initial span {
  width: 20px;
  height: 20px;
  border: none;
  display: block;
  float: left;
  margin: 0;
}
.sp-initial .sp-clear-display {
  background-position: center;
}
/* Buttons */
.sp-palette-button-container,
.sp-button-container {
  float: right;
}
/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 4px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border: solid 1px transparent;
  background: transparent;
  color: transparent;
  vertical-align: middle;
}
.sp-replacer:hover,
.sp-replacer.sp-active {
  border-color: #FFFFFF;
  color: transparent;
}
.sp-replacer.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver;
}
.sp-dd {
  padding: 2px 0;
  height: 16px;
  line-height: 16px;
  float: left;
  font-size: 10px;
}
.sp-preview {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px dashed #272729 !important;
  border-radius: 100%;
  margin-right: 5px;
  float: left;
  z-index: 0;
  border: none;
}
.sp-palette {
  *width: 220px;
  max-width: 220px;
}
.sp-palette .sp-thumb-el {
  margin: 0 4.5px;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  border: transparent;
}
.sp-container {
  top: 20px;
  padding-bottom: 0;
}
/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
  background-color: #dddddd;
  background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
  text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel {
  font-size: 11px;
  color: #d93f3f !important;
  margin: 0;
  padding: 2px;
  margin-right: 5px;
  vertical-align: middle;
  text-decoration: none;
}
.sp-cancel:hover {
  color: #d93f3f !important;
  text-decoration: underline;
}
.sp-palette span:hover,
.sp-palette span.sp-thumb-active {
  border-color: #000;
}
.sp-preview,
.sp-alpha,
.sp-thumb-el {
  position: relative;
  background-image: none;
}
.sp-preview-inner,
.sp-alpha-inner,
.sp-thumb-inner {
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sp-palette .sp-thumb-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 10px;
  height: 20px;
  width: 20px;
}
.sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background-image: none;
}
.sp-palette-row-initial .sp-thumb-light {
  display: none;
}
.sp-palette-row-initial .sp-thumb-inner {
  border: 1px solid #F7F7F7;
  height: 20px;
  width: 50px;
  border-radius: 0;
}
.mg-school-plans-wrapper {
  gap: 15px;
  flex-wrap: wrap;
}
.mg-school-plans-wrapper .mg-school-plans {
  box-shadow: 0 2px 10px 1px #e6e6e6;
  gap: 15px;
  min-width: 23rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.mg-school-plans-wrapper .mg-school-plans .mg-school-plan-header {
  padding: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.mg-school-plans-wrapper .mg-school-plans .mg-school-plan-header img {
  max-width: 100%;
}
.mg-school-plans-wrapper .mg-school-plans .mg-school-plan-content {
  padding: 40px 0;
  margin: 0px 15px;
  border-bottom: 1px solid #e6e6e6;
  flex-grow: 1;
}
.mg-school-plans-wrapper .mg-school-plans .mg-school-plan-action {
  padding: 40px 10px;
}
.mg-school-plans-wrapper .mg-school-plans .mg-school-plan-action .package-btn {
  padding: 8px 28px;
  border: 1px solid #4e5fe1;
  border-radius: 22px;
  color: #4e5fe1;
}
.mg-school-plans-wrapper .mg-school-plans .mg-school-plan-action .package-btn:hover {
  background-color: #4e5fe1;
  color: white;
}
.package__checkout.package__checkout-page {
  background-color: #FFFFFF;
  border-radius: 4px;
  padding: 50px;
  color: #232B45;
  max-width: 750px;
  box-shadow: 0 2px 4px 0 rgba(38, 54, 67, 0.1);
}
.package__checkout.package__checkout-page * {
  font-size: 16px;
  font-weight: 300;
}
.package__checkout.package__checkout-page fieldset {
  margin: 0 15px 20px;
  padding: 0;
  background-color: #FFFFFF;
  border-radius: 4px;
}
.package__checkout.package__checkout-page fieldset .fa {
  color: #232B45;
  background-color: white;
}
.package__checkout.package__checkout-page fieldset div {
  border-bottom: 1px solid #CAD2E5;
}
.package__checkout.package__checkout-page .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 15px;
}
.package__checkout.package__checkout-page label {
  width: 15%;
  min-width: 70px;
  padding: 11px 0;
  color: #232B45;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.package__checkout.package__checkout-page input,
.package__checkout.package__checkout-page button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
}
.package__checkout.package__checkout-page input:-webkit-autofill {
  -webkit-text-fill-color: #fce883;
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out;
}
.package__checkout.package__checkout-page .StripeElement--webkit-autofill {
  background: transparent !important;
}
.package__checkout.package__checkout-page .StripeElement {
  width: 100%;
  padding: 11px 15px 11px 0;
}
.package__checkout.package__checkout-page input {
  width: 100%;
  padding: 11px 15px 11px 0;
  color: #879BCE;
  background-color: transparent;
  -webkit-animation: 1ms void-animation-out;
}
.package__checkout.package__checkout-page input::-webkit-input-placeholder {
  color: #879BCE;
}
.package__checkout.package__checkout-page input::-moz-placeholder {
  color: #879BCE;
}
.package__checkout.package__checkout-page input:-ms-input-placeholder {
  color: #879BCE;
}
.package__checkout.package__checkout-page button {
  display: block;
  width: calc(100% - 30px);
  height: 40px;
  margin: 40px 15px 0;
  background: linear-gradient(346.6deg, #1AB9D4 0%, #24DA86 100%);
  box-shadow: 0 2px 4px 0 rgba(38, 54, 67, 0.1);
  border-radius: 4px;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 300;
  line-height: 24px;
  cursor: pointer;
}
.package__checkout.package__checkout-page button:active {
  background-color: #d782d9;
  box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08), inset 0 1px 0 #e298d8;
}
.package__checkout.package__checkout-page .error svg .base {
  fill: #F25177;
}
.package__checkout.package__checkout-page .error svg .glyph {
  fill: #F25177;
}
.package__checkout.package__checkout-page .error .message {
  color: #879BCE;
}
.package__checkout.package__checkout-page .success .icon .border {
  stroke: #87bbfd;
}
.package__checkout.package__checkout-page .success .icon .checkmark {
  stroke: #fff;
}
.package__checkout.package__checkout-page .success .title {
  color: #fff;
}
.package__checkout.package__checkout-page .success .message {
  color: #9cdbff;
}
.package__checkout.package__checkout-page .success .reset path {
  fill: #fff;
}
.package__checkout-logo {
  height: 79px;
  width: 79px;
  background-color: #FFFFFF;
  border-radius: 50%;
}
.package__checkout-card-validation {
  padding: 20px 0 0 20px;
  font-size: 14px;
  line-height: 19px;
  color: #879BCE;
}
.package__checkout-card-validation .ng-inactive {
  display: none;
}
.package__card-input {
  border-bottom: 1px solid #CAD2E5 !important;
  margin-left: 8px;
}
.checkout-button:disabled {
  background: gray !important;
  cursor: not-allowed !important;
}
.package__confirm-modal-container .close-button {
  position: absolute;
  right: 0;
}
.package__confirm-modal-container .title {
  font-size: 16px;
  color: #262D37;
  line-height: 22px;
}
.package__confirm-modal-container .subtitle {
  font-size: 13px;
  line-height: 18px;
  color: #515A74;
}
.package__confirm-modal-container .description {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  color: #7487C3;
}
.package-quantity-form .customer-form,
.package-quantity-form .packages-form {
  background: white;
  box-shadow: 0 2px 6px 0 rgba(28, 20, 72, 0.09);
  padding: 20px 15px;
  border-radius: 4px;
}
.package-quantity-form .school-information,
.package-quantity-form .packages-form {
  width: 100%;
}
.package-quantity-form .packages-form {
  padding: 30px;
}
.package-quantity-form .selected-package {
  min-height: 52.1px;
  background-color: #F0F2FF;
}
.package-quantity-form .selected-package .indicator {
  min-height: 52.1px;
  width: 4px;
  border-radius: 4px 0 0 0;
  background-color: #647DFD;
  margin-right: 15px;
}
.package-quantity-form .title {
  color: #272729;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 22px;
}
.package-quantity-form .sub-title {
  color: #272729;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.35px;
  line-height: 19px;
}
.package__quantity-form-buttons .mg-button-rectangle-empty,
.package__quantity-form-buttons .mg-button-empty-info,
.package__quantity-form-buttons .mg-flat-button {
  min-width: 160px;
}
.package__quantity-title {
  color: #272729;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 32px;
}
.package__customer-form-input {
  font-size: 12px;
  margin-top: 15px;
}
.package__customer-form-input .package__customer-form-label {
  color: #232B45;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 2px;
}
.package__customer-form-input .form__input {
  height: 40px;
  border: 1px solid #DEE3EE;
  border-radius: 2px;
  color: #879BCE;
  font-size: 13px;
  line-height: 18px;
}
.package__customer-form-input .form__input.ng-invalid.ng-touched {
  border: 1px solid #d0021b;
}
.package__quantity-section {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.4px;
  line-height: 22px;
  color: #272729;
  margin-top: 30px;
}
.package__quantity-box-page {
  min-width: 90%;
  margin: 14px;
}
.package__quantity-box-page .package__quantity-box {
  min-width: 90%;
  padding: 20px;
  box-shadow: 0 2px 4px 0 rgba(38, 54, 67, 0.19);
  border-radius: 4px;
}
.package__quantity-headline {
  font-size: 14px;
}
.package__quantity-period-selection {
  margin-top: 20px;
}
.package__quantity-period-selection-button {
  color: #879BCE;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  border-bottom: 1px solid #DEE3EE;
  padding: 7px;
  text-transform: capitalize;
}
.package__quantity-period-selection-button-active {
  border-bottom: 3px solid #647DFD;
  color: #272729;
}
.package__quantity-total {
  font-size: 16px;
  color: #010505;
  line-height: 22px;
  margin-top: 12px;
}
.package__selector-popup {
  position: absolute;
  left: 0;
  background-color: #ffffff;
  right: 0;
  z-index: 1041;
}
.package__selector-coupon-code {
  display: flex;
  flex-direction: column;
  width: 92%;
  text-align: center;
}
.package__selector-coupon-code .title {
  font-weight: 600;
}
.package__selector-coupon-code .description {
  font-weight: 400;
  font-size: 12px;
  font-weight: bold;
  color: #7d6cd1;
  margin-bottom: 4px;
}
.package__selector-coupon-code .code {
  font-weight: 900;
  color: #232b45;
}
.package__selector-popup-inner {
  flex-wrap: wrap;
  box-shadow: 0 5px 5px 0 rgba(71, 77, 134, 0.24);
  min-height: 80vh;
  max-height: 92vh;
  overflow-y: auto;
  padding: 24px;
  background: #f6f6f6;
  background: linear-gradient(180deg, #f6f6f6 0%, #f3f3f6 35%, #ffffff 100%);
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}
@media (min-width: 768px) {
  .package__selector-popup-inner {
    min-height: 60vh;
    max-height: 90vh;
  }
}
.pacakge__selector-popup-buttons {
  margin-top: auto;
}
.package__selector-popup-item-title {
  font-size: 24px;
  text-align: center;
  color: #323c47;
  letter-spacing: -0.56px;
  line-height: 32px;
  margin-top: 32px;
  margin-bottom: 16px;
  font-weight: bold;
}
.package__selector-popup-item-title-pro {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 34;
  position: relative;
  top: -150px;
}
.package__selector-popup-item-title-pro .pro-tag {
  color: white;
  font-size: 14px;
  text-transform: capitalize !important;
}
.banner {
  position: relative;
  height: 136px;
  width: 100%;
}
.banner_img {
  width: 100%;
  position: relative;
  top: -20px;
  z-index: 3;
}
.package__selector-popup-item {
  background-color: #fcfcfc;
  display: flex;
  position: relative;
  flex: 1;
  min-width: 320px !important;
  max-width: 320px;
  height: 612px;
  overflow-y: auto;
  margin: 8px 0;
  padding-bottom: 24px;
  box-shadow: 0px 0px 8px rgba(71, 77, 134, 0.24);
}
@media (min-width: 768px) {
  .package__selector-popup-item {
    max-height: 700px;
  }
}
.package__selector-popup-item__sub {
  font-size: 14px;
  color: black;
  font-weight: bold;
  width: 120px;
  margin: 4px;
}
.item-1 {
  z-index: 3;
}
.item-2 {
  z-index: 2;
}
.item-3 {
  z-index: 1;
}
.package__selector-popup-item:last-of-type {
  border-right: none;
}
.package__selector-popup-headline {
  font-weight: 600;
  font-size: 14px;
  color: #4e4e4e;
  line-height: 18px;
  text-align: start;
}
.package__popup-feature-indicator {
  height: 18px;
  width: 18px;
  border-radius: 100%;
  text-align: center;
  color: #1EC5B8;
  font-weight: 200;
  margin-right: 3px;
}
.pacakge__selector-popup-features {
  margin: 8px auto;
  width: fit-content;
}
.package__selector-popup-price {
  font-size: 32px;
  font-weight: 800;
  line-height: 42px;
  color: #272729;
  font-weight: bold;
  margin: 4px;
}
.package__selector-popup-price-second {
  border-left: 1px solid #dee3ee;
  padding-left: 10px;
}
.package__selector-popup-os-icon {
  height: 33px;
  width: 28px;
  margin-left: 2px;
}
.package__selector-popup-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 1040;
  cursor: pointer;
}
.package__selector-popup-switch-links {
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.package__selector-popup-switch-links a {
  padding: 8px;
  color: #1EC5B8;
  display: flex;
  flex: 1;
  justify-content: center;
  border: 2px solid #1EC5B8;
}
.package__selector-popup-switch-links a[disabled] {
  color: #879bce !important;
  text-decoration: underline;
}
.package__selector-popup-item-container {
  display: flex;
  flex: 1;
  min-height: unset;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.active-plan {
  box-shadow: 0px 0px 20px rgba(71, 77, 134, 0.24);
  height: 624px;
  z-index: 5 !important;
}
.underline {
  text-decoration: underline;
  text-underline-position: under;
}
.width-16 {
  padding-left: 5px !important;
  width: 16px;
}
.violet-btn {
  box-sizing: border-box;
  border: 1px solid transparent;
  background-color: #7d6cd1;
  height: 44px;
  border-radius: 0 !important;
  margin-bottom: 24px;
  padding: 0 !important;
}
.violet-btn-outline {
  background-color: white;
  border: 2px solid #7d6cd1 !important;
}
.violet-btn-outline__text {
  font-weight: bold;
  color: #7d6cd1;
  font-size: 14px;
}
.violet-btn-no-border {
  background-color: #fcfcfc;
  border: 2px solid transparent !important;
  margin-bottom: 4px;
}
.violet-btn-no-border__text {
  font-weight: bold;
  color: #7d6cd1;
  font-size: 14px;
}
.violet-btn__text {
  font-weight: bold;
  color: white;
  font-size: 14px;
}
.feature-text {
  font-size: 11px;
  color: #707070;
}
@media (min-width: 768px) {
  .feature-text {
    font-size: 12px;
  }
}
.only {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: 600;
}
.current {
  position: relative;
  font-size: 14px;
  margin-bottom: 14px !important;
}
.plan-switcher-link {
  margin-bottom: 8px;
  color: #7d6cd1;
  font-weight: bold;
  font-size: 14px;
}
.push-6-t {
  margin-top: 6px;
}
.product-image {
  width: 100%;
}
.arrow-up {
  font-size: 14px;
}
.no-border {
  border: 0 !important;
}
.top-margin {
  margin-top: 20px;
}
.package__popup-wrapper {
  display: flex;
  flex-direction: column;
  background-color: white;
  box-shadow: 0 2px 5px 0 rgba(71, 77, 134, 0.24);
  flex: 0 1 27em;
}
.package__popup-wrapper .package__popup-header {
  padding: 0 25px;
  background-color: #f2f5ff;
}
.package__popup-wrapper .package__popup-header img {
  height: 100px;
  margin-right: 20px;
}
.package__popup-wrapper .package__popup-header p {
  font-size: 17px;
  font-weight: 600;
  color: black;
  margin-bottom: 0;
}
.package__popup-wrapper .package__popup-body {
  flex-grow: 1;
  padding: 25px 0;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 25px;
}
.package__popup-wrapper .package__popup-body .package-text-info {
  padding: 0 25px 80px 25px;
}
.package__popup-wrapper .package__popup-body .package-text-info:last-child {
  padding-bottom: 20px;
}
.package__popup-wrapper .package__popup-body .package-text-info p {
  line-height: 20px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: black;
}
.package__popup-wrapper .package__popup-body .package-list {
  text-align: left;
}
.package__popup-wrapper .package__popup-body .package-list li {
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  color: #999999;
}
.package__popup-wrapper .package__popup-body .package-list ::marker {
  color: #4e5fe1;
}
.package__popup-wrapper .package__popup-footer {
  padding: 35px 25px;
}
.package__popup-wrapper .package__popup-footer a {
  background-color: white;
  border: 1px solid #4e5fe1;
  color: #4e5fe1;
  padding: 8px 40px;
  border-radius: 78px;
  font-weight: 600;
  font-size: 15px;
}
.package__popup-wrapper .package__popup-footer a:hover {
  background-color: #4e5fe1;
  color: white;
}
.package__popup-wrapper .package-logos {
  margin-top: 20px;
}
.package__popup-wrapper .package-logos img {
  height: 43px;
  width: 100%;
}
.package__popup-wrapper .package-logos img:nth-child(2) {
  height: 17px;
}
.package__popup-wrapper:last-child .package__popup-body .package-text-info {
  padding-bottom: 25px;
}
.package__popup-wrapper.book-demo .package__popup-header {
  background-color: #8fa9ff;
}
.package__popup-wrapper.book-demo .package__popup-header p {
  color: white;
}
.package__popup-wrapper.book-demo .package__popup-footer a {
  background-color: #4e5fe1;
  color: white;
}
.package__popup-wrapper.book-demo .package__popup-footer a:hover {
  background-color: white;
  color: #4e5fe1;
}
.disabled-route-package-selector .package__selector-popup-inner {
  min-height: inherit;
  max-height: inherit;
  background: inherit;
  box-shadow: none;
  padding: 0 2px 25px 2px;
  display: flex;
}
.disabled-route-package-selector .package__popup-wrapper {
  flex: 1;
  min-width: 27rem;
}
.disabled-route-package-selector .package__popup-wrapper .package__popup-body {
  border-bottom: none;
  margin: 0 15px;
}
.disabled-route-package-selector .package__popup-wrapper .package__popup-body .package-text-info {
  padding: 0px;
  border-bottom: none;
}
.disabled-route-package-selector .package__popup-wrapper .package__popup-body .package-text-info p {
  min-height: 80px;
}
.disabled-route-package-selector .package__popup-wrapper .package__popup-body .package__popup-footer {
  border-bottom: 1px solid #e6e6e6;
  padding: 35px 0px;
}
.disabled-route-package-selector .package__popup-wrapper .package__popup-body .package-list {
  padding-top: 30px;
}
.package__success-text {
  font-size: 16px;
  padding: 0 20px;
  text-align: center;
}
mg-invoice-details .list__title-container tr th {
  color: #232B45 !important;
  padding: 17px !important;
}
mg-invoice-details thead {
  background-color: #F0F4FF !important;
}
mg-invoice-details thead th {
  font-size: 14px;
  padding: 17px !important;
}
mg-invoice-details tr td {
  padding: 17px !important;
}
mg-invoice-details .invoice__billing-info {
  margin: 18px;
}
mg-invoice-details .invoice__billing-row {
  margin-top: 10px;
}
mg-invoice-details .invoice__billing-label {
  color: #879BCE;
}
mg-invoice-details .invoice__billing-text {
  color: #323C47;
}
mg-invoice-details .invoice__date-row {
  color: #879BCE;
}
mg-invoice-details .invoice__details-total-row {
  border: none !important;
}
mg-invoice-details .invoice__details-total-row .invoice__details-total-label {
  color: #879BCE;
  font-size: 14px;
  text-align: right;
}
mg-invoice-details .invoice__details-total-row .invoice__details-total-text {
  color: #323C47;
  font-size: 16px;
  text-align: right;
}
mg-invoice-details .invoice__details-total-text {
  color: #323C47;
  font-size: 16px;
  text-align: right;
}
.billing__billing-usage {
  background: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(38, 54, 67, 0.1);
  border-radius: 4px;
}
.billing__usage-title {
  color: #232B45;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  line-height: 32px;
  margin-top: 25px;
}
.billing__usage-sub {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #232B45;
  margin-top: 18px;
}
.billing__header-desc {
  color: #232B45;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding-left: 24px;
}
.billing__overview md-icon,
.billing__details md-icon {
  margin: 0;
}
.billing__overview .btn-group,
.billing__details .btn-group {
  width: 0;
  height: 0;
}
.billing__overview .table-icon-container,
.billing__details .table-icon-container {
  position: absolute;
  right: 24px;
}
.billing__overview .heading,
.billing__details .heading,
.billing__history .heading,
.billing__notes .heading {
  color: #232B45;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.billing__overview .heading.small,
.billing__details .heading.small,
.billing__history .heading.small,
.billing__notes .heading.small {
  font-size: 12px;
}
.billing__overview .title,
.billing__details .title,
.billing__history .title,
.billing__notes .title,
.billing__overview .value,
.billing__details .value,
.billing__history .value,
.billing__notes .value {
  font-size: 14px;
  line-height: 19px;
}
.billing__overview .title,
.billing__details .title,
.billing__history .title,
.billing__notes .title {
  color: #879BCE;
  min-width: 140px;
}
.billing__overview .value,
.billing__details .value,
.billing__history .value,
.billing__notes .value {
  color: #323C47;
}
.billing__overview .view-all-btn,
.billing__details .view-all-btn,
.billing__history .view-all-btn,
.billing__notes .view-all-btn {
  border: 0;
  height: 100%;
  width: 100%;
  text-align: right;
  padding-right: 24px;
  background: white;
}
.billing__overview .district__new-school-deice-cap-container,
.billing__details .district__new-school-deice-cap-container,
.billing__history .district__new-school-deice-cap-container,
.billing__notes .district__new-school-deice-cap-container,
.billing__overview .extend-button-container,
.billing__details .extend-button-container,
.billing__history .extend-button-container,
.billing__notes .extend-button-container,
.billing__overview .manual-button-container,
.billing__details .manual-button-container,
.billing__history .manual-button-container,
.billing__notes .manual-button-container {
  position: absolute;
  right: 34px;
  margin-top: -18px;
  z-index: 999;
}
.billing__overview .manual-button-container,
.billing__details .manual-button-container,
.billing__history .manual-button-container,
.billing__notes .manual-button-container {
  margin-top: -5px !important;
}
.billing__overview .district__new-school-deice-cap-container,
.billing__details .district__new-school-deice-cap-container,
.billing__history .district__new-school-deice-cap-container,
.billing__notes .district__new-school-deice-cap-container {
  box-shadow: 0 2px 6px 0 rgba(38, 54, 67, 0.1);
}
.billing__overview .subscription-extend-area,
.billing__details .subscription-extend-area,
.billing__history .subscription-extend-area,
.billing__notes .subscription-extend-area {
  box-shadow: 0 6px 6px 0 rgba(38, 54, 67, 0.1);
  z-index: 999999;
  background: white;
  padding: 8px;
  margin: -2px;
  border: 2px solid #1EC5B8;
  border-top: none;
}
.clear-margin {
  margin: 0 !important;
}
.screen_render-tab {
  min-height: 50px;
  border: 1px solid rgba(222, 227, 238, 0.6);
  border-top-color: transparent;
}
mg-class-details-student-preview mg-chrome-tab-control,
mg-class-details-student-preview mg-chrome-screen-render {
  width: 100%;
}
mg-class-details-student-preview .new-profile-container__close-button {
  height: 0 !important;
  margin-right: 10px !important;
  margin-top: 10px !important;
}
@media (max-width: 959px) {
  mg-class-details-student-preview .district__add-school-modal-container {
    padding: 10px !important;
  }
  mg-class-details-student-preview .title-url-container {
    text-align: center;
  }
  mg-class-details-student-preview .district__add-school-modal-title {
    margin-top: 0 !important;
    padding-bottom: 8px !important;
  }
}
mg-chrome-tab-control div .screen_render-tab {
  border-top-color: rgba(222, 227, 238, 0.6);
}
.screen_render-tab:hover {
  border: 1px solid #16C9AE;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 12px 5px rgba(78, 76, 122, 0.18);
}
.screen_render-tab-active {
  border: 1px solid #16C9AE !important;
}
.screen_render-full-size-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
}
.screen_render-full-screen-dialog {
  display: block !important;
  top: 0;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  max-width: 100% !important;
  max-height: 100% !important;
}
.multiple-tab-control-expand {
  width: 16px;
  height: 16px;
}
.multiple-tab-control-text_input {
  padding: 4px;
  margin: 5px;
  border: 2px solid #dee3ee8c !important;
  border-radius: 4px;
}
.video-off {
  display: none !important;
}
.video-loading {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.video-loaded {
  display: none;
}
.screeen_render-multiple-tab-modal {
  max-height: 100% !important;
  border-radius: 8px;
}
.multiple-tab-control-number {
  color: #6670FF;
  text-align: center;
}
.multiple-tab-control-item-active {
  box-shadow: 0 3px 16px 0 rgba(24, 30, 81, 0.2);
  border-radius: 8px;
}
.multiple-tab-control-item {
  padding: 12px;
  font-size: 13px;
  line-height: 18px;
  color: #232B45;
}
.multiple-tab-control-item:hover {
  box-shadow: 0 3px 16px 0 rgba(24, 30, 81, 0.2);
  border-radius: 8px;
}
.tab__control-original-tab {
  background-color: #FFFFFF;
  padding: 24px 13px;
  margin: 1px;
}
.tab__control-original-tab:hover {
  box-shadow: 0 3px 12px 0 rgba(57, 40, 128, 0.2);
  border-radius: 6px;
}
.screen_render-tab-details {
  width: 100%;
  border-top: 1px solid rgba(195, 211, 253, 0.39);
}
.tab__control-original-tab-student {
  color: #232B45;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
}
.tab__control-original-tab-url {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  color: #879BCE;
  line-height: 16px;
}
.multiple-tab-control-modal-container {
  padding-left: 60px;
  padding-right: 60px;
}
.multiple-tab-control-modal-container .new-profile-container__close-button {
  height: 0 !important;
  margin-right: 10px !important;
  margin-top: 10px !important;
}
.multiple-tab-control-modal-title {
  color: #232B45;
  font-weight: bold;
  line-height: 24px;
  font-size: 18px;
}
.multiple-tab-control-icons button:hover {
  background-color: #E9E9FF;
  box-shadow: 0 2px 11px 0 rgba(24, 30, 81, 0.28);
  border-radius: 100%;
  width: 33px;
  height: 33px;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}
.multiple-tab-control-modal-close button {
  border: 2px solid #BCC3D5 !important;
  border-radius: 100%;
  margin: 0;
  padding: 0;
  height: 26px !important;
  width: 26px;
  font-size: 10px !important;
  text-align: center;
}
mg-class-details-session {
  height: 100%;
  margin-bottom: 0;
  display: block;
}
mg-class-details-session a {
  height: 100%;
  display: block;
  padding: 17px 12px;
  color: #646464;
}
mg-class-details-session mg-timer {
  width: 100%;
}
mg-class-details-session .class-session-join-code {
  color: #111222;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  text-align: center;
  margin-right: 14px;
}
mg-class-details-session .class-session-join-code .fa {
  font-size: 12px;
}
mg-class-details-session .class-session-join-code #joining-code {
  font-weight: 800;
}
mg-class-details-session .class-session-timer {
  color: #111222;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  text-align: center;
  font-weight: 700;
}
mg-class-details-session .class-session-timer .fa {
  font-size: 12px;
  margin-right: 5px;
}
.timeline__control-buttons {
  height: 100%;
}
.timeline__control-buttons div {
  height: 100%;
}
.class__timeline-button {
  height: 100%;
  background: linear-gradient(313.11deg, #1AB9D4 0%, #36F8BC 100%);
  color: white !important;
  padding-left: 17px;
  padding-right: 17px;
  border: none;
  box-sizing: border-box;
  position: relative;
}
.class__timeline-button:nth-child(odd) {
  left: 4px;
}
.class__timeline-button[disabled] {
  cursor: not-allowed;
  border: 1px solid #EAEFFF;
  color: #879BCE !important;
  background: none;
}
.class__timeline-button:hover {
  background: linear-gradient(313.11deg, #1AB9D4 0%, #36F8BC 100%);
}
.class__timeline-student {
  background-color: #FCFCFF;
  min-height: 48px;
}
.class__timeline-student:nth-child(odd) {
  background-color: #F3F3FF;
}
.class__timeline-app {
  box-shadow: -1px 0 4px 0 rgba(24, 30, 81, 0.4);
  text-overflow: ellipsis;
  padding: 12px 0;
}
.class__timeline-app-container {
  overflow-x: hidden;
}
.class__timeline-student-name {
  padding: 5px;
}
.class__timeline-student-name [table-name-letter]:before {
  width: 34px;
  height: 34px;
  line-height: 34px;
}
.class__timeline-icon-shadow {
  background-color: transparent;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.82);
  margin-left: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 16px;
}
.class__timeline-icon {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  min-width: 16px;
}
.timeline__modal-icon {
  width: 16px;
  height: 16px;
  border-radius: 8px;
}
.class_timeline-item-title {
  color: #272729;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  border-bottom: 1px solid #DEE3EE;
  padding-left: 20px;
  padding-bottom: 10px;
}
.class__timeline-item-subtitle {
  color: #879BCE;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding-left: 20px;
  padding-top: 10px;
}
.class__timeline-item-url {
  color: #1EC5B8;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.class_timeline-item-title-container {
  padding-bottom: 20px;
}
.class_timeline-item-app-wrapper {
  padding-left: 20px;
}
.class_timeline-item-app-name {
  color: #272729;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
.class_timeline-time-ind {
  color: #323C47;
  font-size: 12px;
  line-height: 16px;
}
.class_timeline-menu {
  text-transform: none !important;
}
.timeline__student-active {
  background-color: #B6F7FF;
  opacity: 0.72;
  border-radius: 100%;
  min-width: 22px;
  text-align: center;
  color: #23CCE0;
}
.timeline__student-inactive {
  color: #879BCE;
  background-color: #DEE3EE;
}
.class__timeline-buttons-container {
  border-bottom: 1px solid #EAEFFF;
  box-sizing: border-box;
}
.timeline_table-title {
  color: #323C47;
  font-size: 14px;
  padding: 10px;
  font-weight: 600;
  line-height: 19px;
}
.class__timeline-view {
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 0 2px 4px 0 rgba(38, 54, 67, 0.1);
  transition: box-shadow 0.2s ease-in-out;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5), 0 5px 8px 0 rgba(128, 152, 213, 0.07);
  margin-top: 10px;
}
.class__timeline-view .block-header {
  border-bottom: 1px solid #eff1f7 !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.class__timeline-view .block-header-no-bot-bor {
  border-bottom: 0!important;
}
.class__timeline-view .applications-group {
  display: flex;
}
.class__timeline-view .application-icon-square {
  height: 32px;
  width: 32px;
  background-color: #5d81dc;
}
.class__timeline-view .switch-sm {
  white-space: nowrap;
}
.class__timeline-view .switches-holder {
  width: 100%;
}
.class__timeline-view .switches-holder .switch-sm {
  margin-right: 30px;
}
.class__timeline-view .applications-switch label {
  width: 3%;
}
.class__timeline-view .applications-switch label div {
  pointer-events: none !important;
}
.class__timeline-view .url-test-holder,
.class__timeline-view mg-url-tester {
  max-width: 100%;
  display: flex;
}
.no-icon-color {
  color: unset;
}
.h100p {
  height: 100%;
}
.h360px {
  height: 360px;
}
.flex45 {
  flex: 45;
}
.maxflex {
  flex: 95;
  height: 80vh;
}
.maxflex > * {
  max-height: 80vh;
}
.maxflex > * > * {
  max-height: 80vh;
}
md-autocomplete.apps-autocomplete {
  width: 100%;
}
.md-menu-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.md-menu-wrapper ul li md-autocomplete-parent-scope {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.md-menu-wrapper ul li md-autocomplete-parent-scope .status-icon-green {
  min-height: unset;
  color: #1EC5B8;
  margin: 0;
  border: 0;
  font-size: 16px;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: unset;
}
.md-menu-wrapper ul li md-autocomplete-parent-scope .status-icon-blue {
  color: #879bce;
  min-height: unset;
  margin: 0;
  border: 0;
  font-size: 16px;
}
.apps-wrapper {
  margin-bottom: 32px;
}
.apps-wrapper-preview {
  margin-bottom: 0;
}
.apps-wrapper .app-row:first-child {
  border-top: solid 1px #879bce7d;
}
.apps-heading {
  font-weight: bolder;
}
.app-row {
  min-width: 50%;
  margin-right: 0;
  border-bottom: solid 1px #879bce7d;
}
.app-row:first-of-type {
  border-top: solid 1px #879bce7d;
}
.app-row-border-top {
  border-top: solid 1px #879bce7d;
}
.app-row-preview {
  border-top: unset;
  width: 100%;
}
.app-image {
  width: 32px!important;
  height: 32px;
  margin: 16px;
  border-radius: 4px;
}
.app-title {
  margin: 16px;
  color: #879bce;
  font-size: 14px;
}
.btn-add-app {
  background-color: #f6fafd;
}
.btn-add-app i {
  color: #1EC5B8;
}
.btn-apps {
  text-transform: capitalize;
  background-color: #f6fafd;
  color: #545fdd;
  font-weight: bolder;
  padding: 0 16;
  min-width: 160px!important;
}
.btn-apps:hover {
  color: #545fdd;
}
.btn-apps-active {
  background-color: #545fdd;
  color: white;
}
.autocomplete-wrapper {
  background-color: #f6fafd;
  padding: 40px 24px;
  position: relative;
}
.autocomplete-label {
  position: absolute;
  top: 5px;
}
.label-width {
  width: unset!important;
}
.push-16-l {
  margin-left: 20px!important;
}
.os-type {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 20px;
}
.os-type__btn {
  box-sizing: border-box;
  background-color: white;
  margin: 0;
  border-radius: 0!important;
  border: 2px solid #edf0f6!important;
  border-right: 2px solid transparent!important;
  text-transform: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex: 1;
  padding: 4px!important;
}
.os-type__btn > i.check-green {
  color: #1EC5B8;
  font-size: 11px;
}
.os-type__btn > span > p {
  display: inline;
  color: #646464 !important;
}
@media screen and (max-width: 991px) {
  .os-type__btn > span > p {
    display: none;
  }
}
.os-type__btn > span > img {
  margin-left: 0;
}
@media screen and (max-width: 991px) {
  .os-type__btn > span > img {
    margin-bottom: 0;
    height: 16px;
    width: 16px;
  }
}
.os-type__btn:last-child {
  border-right: 2px solid #edf0f6!important;
}
.os-type__btn:hover {
  border: 2px solid #1EC5B8 !important;
  box-shadow: 0 0 3px #1EC5B8;
  color: inherit!important;
  background-color: white!important;
  z-index: 2;
}
.os-type__btn-active {
  border: 1px solid #1EC5B8 !important;
  box-shadow: 0 0 3px #1EC5B8;
  background-color: white!important;
  z-index: 2;
}
.os-type__btn-active:last-child {
  border-right: 1px solid #1EC5B8 !important;
}
.push-4-b {
  margin-bottom: 4px;
}
.push-16-b {
  margin-bottom: 16px;
}
.autocomplete-load-more {
  background-color: white;
  width: 100%;
  height: 32px;
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1EC5B8;
  font-size: 14px;
  cursor: pointer;
  padding: 8px 0;
  font-size: bold;
  border-top: 2px solid #dee3ee8c;
}
.autocomplete-load-more__icon {
  font-size: 18px;
  margin: 0 8px;
}
.sessions {
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  margin: 24px;
  padding: 24px;
}
.sessions__row {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}
.sessions__session {
  display: flex;
  flex: 1;
  min-height: 60px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.sessions__session__data {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sessions__session__data > span {
  margin-right: 16px;
}
.sessions__session__data > p {
  margin: 0;
}
.top-image {
  margin: 24px 0;
}
.teacher-modal {
  padding: 0 40px;
}
.teacher-modal-title {
  text-align: center;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  margin-bottom: 8px;
  font-size: 18px;
}
.teacher-modal-title--medium {
  font-size: 16px;
  text-align: left;
  margin-bottom: 8px;
}
.teacher-modal-subtitle {
  text-align: center;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  color: #8c92a6;
  font-size: 13px;
  margin-bottom: 0;
}
.teacher-modal-btn-alert {
  width: 180px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 40px;
  margin: 24px 0;
  font-size: large;
}
.teacher-modal-btn-primary {
  background-color: #1EC5B8;
  font-weight: 700 !important;
}
.teacher-modal-btn-no-bg {
  background-color: transparent;
  background: none;
  color: #212121 !important;
  font-weight: 700 !important;
}
.teacher-modal-btn-small-margin {
  margin: 4px 0;
}
.teacher-modal-radio-group {
  margin-top: 24px;
}
.teacher-modal-radio-group-item {
  font-size: 13px;
}
.teacher-modal-radio-group-item .md-label {
  margin-left: 40px;
}
.teacher-modal-radio-group-item .md-on {
  background-color: #647DFD!important;
  border-color: #647DFD!important;
}
.teacher-modal-radio-group-item .md-off {
  border-color: #647DFD!important;
}
.relative-position {
  position: relative;
}
.add-student-btn {
  position: absolute;
  bottom: 2%;
  transform: translate(50%, -50%);
  right: 10%;
  background: none;
  border: none;
}
.list {
  color: #879bce;
  font-size: 14px;
  font-weight: normal;
}
.list-item {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.list-item .list__trash_icon {
  width: 30px;
  height: 30px;
  text-align: center;
  margin-left: 3px;
  border-radius: 3px;
  max-width: 30px;
  max-height: 30px;
  flex-shrink: 0;
  padding: 4px;
}
.list-item .list__trash_icon i {
  font-size: 15px;
  color: #879bce;
}
.list-item .list__trash_icon:hover {
  background-color: rgba(230, 95, 122, 0.15);
}
.list-item .list__trash_icon:hover i {
  color: #e4617b;
}
.list-overflow {
  color: blue;
  margin-top: 8px;
}
.company-theme-settings-title {
  color: #272729;
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
}
.company-theme-partner-details-title-container {
  display: flex;
  flex-direction: column;
}
.company-theme-settings-operating-hours-container {
  display: flex;
  flex-direction: column;
  padding-top: 1.5rem;
}
.company-theme-details-title {
  height: 22px;
  color: #272729;
  font-size: 16px;
  line-height: 22px;
}
.company-theme-profile-picture-img {
  height: 32.66px;
  width: 43.54px;
}
.company-theme-settings-upload-company-logo-text {
  color: #272729;
  font-size: 14px;
  line-height: 19px;
  margin-left: 20px;
}
.company-theme-settings-image-upload-container {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.company-theme-settings-options {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 29px;
}
.company-theme-settings-options-span {
  height: 18px;
  width: 115px;
  color: #272729;
  font-size: 13px;
  line-height: 18px;
}
.company-contact-info-displayed-container {
  display: flex;
  flex-direction: row;
  margin-top: 16px;
  padding: 16px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
}
.company-contact-info-displayed-data-div {
  display: flex;
  flex-direction: column;
  line-height: 2;
}
.company-theme-settings-options-container {
  max-width: 200px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.company-theme-settings-input-title {
  color: #272729;
  font-size: 12px;
  line-height: 16px;
}
.company-info-tabs li {
  box-shadow: 0 2px 6px 0 rgba(40, 47, 117, 0.18);
  background-color: #ffffff;
}
.company-info-tabs li.active {
  border: 2px solid var(--brand-base);
  color: var(--brand-base);
}
.company-info-tabs li:hover {
  border: 2px solid var(--brand-base);
  color: var(--brand-base);
}
.company-info-tabs li a:before {
  position: absolute;
  right: 10px;
  font-family: 'FontAwesome';
  content: "\f0da";
}
.language-selection mg-translation-selection .translation-selector {
  display: flex;
  flex-direction: column;
}
.language-selection mg-translation-selection .select-language-label {
  width: 100%;
  font-size: 12px;
  color: #272729;
  margin-bottom: 20px;
}
.language-selection mg-translation-selection md-select {
  margin-left: 0 !important;
  width: 100%;
}
.partner-logo-upload {
  border-radius: 0 !important;
  width: 120px;
  height: 40px;
}
.partner-logo-upload-no-image label img {
  height: 40px !important;
}
.partner-logo-upload-with-image label img {
  width: 120px !important;
  height: 40px !important;
}
.company-logo-hint {
  width: 50%;
  height: 250px;
  margin-left: 10px;
  padding-top: 30px;
}
.company-logo-hint img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.add-image-cover {
  width: 25px;
  height: 25px;
  margin-left: 20px;
}
.add-image-cover label {
  margin: 0 auto;
}
.add-image-cover label input[type="file"] {
  display: none !important;
}
.add-image-cover label img {
  display: inline-block !important;
  width: 25px;
  height: 25px;
  object-fit: cover;
}
.add-image-cover:hover {
  box-shadow: 0px 0px 12px 5px rgba(78, 76, 122, 0.18);
  border-radius: 50%;
}
.add-image-cover:hover label img {
  cursor: pointer;
}
.district__new-school-deice-cap-container {
  border: 2px solid #1EC5B8 !important;
}
@media (max-width: 949px) {
  .flex-sm-direction {
    flex-direction: column;
  }
  .submit-button {
    margin-top: 10px;
  }
}
.company-contact-info-address-selected {
  border: 1px solid #37a994;
  box-shadow: 0 2px rgba(0, 0, 0, 0.01);
}
.disabled__route-wrapper {
  text-align: center;
  margin: 40px 25px;
}
.disabled__route-title {
  font-size: 22px;
  font-weight: 600;
}
.disabled__route-body {
  font-size: 15px;
  margin-bottom: 5%;
}
.default-schools {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
.partner-schools {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.forbidden-school-wrapper {
  box-shadow: 0 2px 10px 1px #e6e6e6;
  margin-bottom: 20px;
}
.forbidden-school-header {
  position: relative;
  background-color: #f2f5ff;
}
.forbidden-school-header .forbidden-school-title {
  width: 392px;
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.forbidden-school-info {
  padding: 25px;
  background-color: white;
}
.forbidden-school-info .forbidden-school-logo {
  background-color: #f2f5ff;
  padding: 12px;
  border-radius: 50%;
}
.forbidden-school-info .forbidden-school-border {
  width: 280px;
  border-top: 1px solid #e6e6e6;
}
@media (max-width: 992px) {
  .forbidden-school-header {
    padding: 62px 15px;
  }
  .forbidden-school-header img {
    display: none;
  }
  .forbidden-school-header .forbidden-school-title {
    all: unset;
    position: relative;
  }
  .forbidden-school-header .forbidden-school-title h3 {
    font-size: 20px;
  }
}
.coupon-container {
  width: auto;
}
.coupon-container .coupon-input {
  margin-top: 12px;
}
.coupon-container .offeredCoupon {
  color: #232B45;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}
.coupon-container .coupon-code {
  width: 314px;
  height: 39px;
  border: 2px solid #647DFD;
  color: #232B45;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  padding: 13px 8px;
}
.coupon-container .coupon-code.previewOnly {
  color: #4D7EFA;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}
.coupon-container .coupon-apply {
  height: 39px;
  width: 126px;
  border: 1px solid #647DFD;
  background-color: #647DFD;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}
.coupon-container .coupon-messages {
  color: #879BCE;
  font-size: 14px;
  line-height: 19px;
}
.coupon-container .coupon-messages i {
  width: 18px;
  height: 18px;
  color: white;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50%;
  font-size: 10px;
  margin-right: 10px;
}
.coupon-container .coupon-messages .success i {
  background: linear-gradient(306.32deg, #1AB9D4 0%, #24DA86 100%);
}
.coupon-container .coupon-messages .error i {
  background-color: #F25177;
}
.coupon-offer-modal-container {
  padding: 0;
}
.coupon-offer-modal-container .icon-close-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  color: white;
}
.coupon-offer-modal-container .coupon-offer-body {
  padding: 24px 57px 42px;
}
.coupon-offer-modal-container .title {
  color: #232B45;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}
.coupon-offer-modal-container .description {
  margin-top: 15px;
  color: #879BCE;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}
.coupon-offer-modal-container mg-coupon-code {
  width: 250px;
}
.coupon-offer-modal-container mg-coupon-code .coupon-input {
  width: 100%;
}
.coupon-offer-modal-container mg-coupon-code .coupon-input input {
  width: 100%;
}
.coupon-offer-modal-container .continue-btn {
  width: 250px;
}
.settings-contact-body {
  color: #323C47;
  font-size: 14px;
  line-height: 19px;
}
.settings-contact-image-container {
  height: 324px;
  width: 360px;
  margin-left: 40px;
  margin-bottom: 25px;
  padding: 25px 50px 15px 50px;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 6px 0 rgba(40, 47, 117, 0.18);
  text-align: center;
}
.settings-contact-image-container span {
  height: 22px;
  width: 90px;
  color: #323C47;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
}
.settings-contact-image-container img {
  min-height: 261px;
  min-width: 261px;
  width: 100%;
}
.settings-contact-avatar-holder img {
  height: 75px;
  width: 75px;
  border-radius: 100%;
}
.settings-contact-info-container {
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 15px;
  border-radius: 4px;
}
.settings-contact-company-info-text-container {
  margin-left: 10px;
  color: #232B45;
}
.settings-contact-company-info-text-container #contact-info-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.settings-contact-company-info-text-container #primary-contact-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.company-contact-info-displayed-container {
  margin-top: 16px;
  padding: 16px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 16px;
  border-top: 1px solid lightgray;
  width: 100%;
}
.company-contact-info-displayed-container:last-child {
  border-bottom: 1px solid lightgray;
}
.country-name {
  color: #232B45;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
}
.street-address {
  max-width: 300px;
}
.phone {
  color: #232B45;
  font-weight: 700;
}
.contact-info-text {
  color: #a0a6b6;
}
.company-contact-info-displayed-data-div {
  width: 100%;
  line-height: 2;
}
@media (max-width: 992px) {
  .settings-contact-body {
    flex-direction: column;
  }
}
.inventory-list.panel-details-on .hidden-panel-open {
  display: none !important;
}
.inventory-list.panel-details-on .list__item.deviceSelected:after {
  top: -8px;
}
.inventory-title {
  font-weight: 600;
}
.check-button {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
}
.check-button.active {
  background: var(--button-background);
  color: white;
}
.submenu-open::after,
.submenu-open-link::after {
  content: "";
  right: 0px;
  position: absolute;
  bottom: 25%;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  width: 20px;
  height: 20px;
  margin-right: -12px;
  background: white;
  transform: rotate(45deg);
  border-radius: 3px;
  animation: nav-main-selector-anim 0.2s linear;
}
li.dropdown.open.active.no-after::after {
  content: none!important;
}
li.dropdown.open.active.no-after::after a {
  border-left-color: #1EC5B8;
}
.no-border {
  border: 0!important;
}
.submenu-open {
  color: #1EC5B8 !important;
}
.submenu-open a {
  color: #1EC5B8 !important;
  border-left-color: #1EC5B8 !important;
}
.label-class-name {
  font-size: 20px!important;
  color: white!important;
  font-weight: normal;
}
